mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-04 13:05:49 +00:00
27 lines
487 B
JSON
27 lines
487 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"lib": [
|
|
"es2017"
|
|
],
|
|
"outDir": "./dist",
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"removeComments": false,
|
|
"preserveConstEnums": false,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"strictNullChecks": true
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../isomorphic/tsconfig.build.json"
|
|
}
|
|
],
|
|
"files": [],
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
}
|