mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
24 lines
585 B
JSON
24 lines
585 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmitOnError": true,
|
|
"noEmitHelpers": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitUseStrict": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"es6", "dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"tns-core-modules/**/*.d.ts"
|
|
],
|
|
"exclude": [
|
|
"tns-core-modules/references.d.ts",
|
|
"tns-core-modules/node_modules",
|
|
"tns-core-modules/ui/frame/transition-definitions.android.d.ts"
|
|
]
|
|
}
|