mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 16:15:49 +00:00
27 lines
663 B
JSON
27 lines
663 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": [
|
|
"es2017"
|
|
],
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"resolveJsonModule": true,
|
|
"noImplicitThis": false,
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"preserveConstEnums": false,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
} |