mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
27 lines
585 B
JSON
27 lines
585 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmitOnError": true,
|
|
"noEmitHelpers": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitUseStrict": true,
|
|
"experimentalDecorators": true,
|
|
"diagnostics": true,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"tests/node_modules",
|
|
"tests/platforms",
|
|
"apps/node_modules",
|
|
"apps/platforms",
|
|
"bin",
|
|
"build",
|
|
"Deploy",
|
|
"out",
|
|
"obj"
|
|
]
|
|
}
|