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