mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
21 lines
517 B
JSON
21 lines
517 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"pretty": true,
|
|
"target": "es6",
|
|
"outDir": "./dist/npm",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"strictNullChecks": true,
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": false,
|
|
"esModuleInterop": true,
|
|
"suppressImplicitAnyIndexErrors": false,
|
|
"resolveJsonModule": true,
|
|
"preserveSymlinks": true
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.json"]
|
|
}
|