forked from lix-project/lix-website
25 lines
549 B
JSON
25 lines
549 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "./",
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"typeRoots": [
|
|
"./"
|
|
],
|
|
"types": [],
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"BigInteger.d.ts",
|
|
"spec/tsDefinitions.ts"
|
|
]
|
|
}
|