mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
19 lines
417 B
JSON
19 lines
417 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmitOnError": true,
|
|
"noEmitHelpers": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitUseStrict": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es2016"
|
|
]
|
|
},
|
|
"files": [
|
|
"tns-core-modules/tns-core-modules.es2016.d.ts"
|
|
]
|
|
}
|