You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
563 B
JSON
25 lines
563 B
JSON
![]()
5 years ago
|
{
|
||
|
"compilerOptions": {
|
||
|
"rootDir": "src",
|
||
|
"outDir": "dist",
|
||
|
"baseUrl": ".",
|
||
|
"downlevelIteration": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"esModuleInterop": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"preserveConstEnums": true,
|
||
|
"importHelpers": false,
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"lib": ["es5", "es6", "dom"],
|
||
|
"moduleResolution": "node",
|
||
|
"sourceMap": false,
|
||
|
"paths": {
|
||
|
"*": ["typings/*", "includes/*"]
|
||
|
},
|
||
|
"resolveJsonModule": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|