mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* chore: remove grunt files and deps * chore: npm scripts cleanup * chore: more deps clean-up * chore: tsconfig clean-up * chore: remove unneed file * chore: move tsinfig.unit-tests * chore: add dist/ exclude
28 lines
612 B
JSON
28 lines
612 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmitOnError": false,
|
|
"noEmitHelpers": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"noImplicitUseStrict": true,
|
|
"removeComments": true,
|
|
"experimentalDecorators": true,
|
|
"diagnostics": true,
|
|
"sourceMap": true,
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true
|
|
},
|
|
"include": [
|
|
"tns-core-modules",
|
|
"tests",
|
|
"e2e"
|
|
],
|
|
"exclude": [
|
|
"**/node_modules/**",
|
|
"**/platforms/**"
|
|
]
|
|
} |