mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Conflicts: package.json tests/app/ui/animation/animation-tests.ts tns-core-modules/lib.core.d.ts tns-core-modules/ui/animation/animation-common.ts
29 lines
803 B
JSON
29 lines
803 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmitOnError": true,
|
|
"noEmitHelpers": true,
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"noImplicitAny": false,
|
|
"noImplicitUseStrict": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"jsx": "react",
|
|
"reactNamespace": "UIBuilder",
|
|
"lib": [
|
|
"es2016", "dom"
|
|
]
|
|
},
|
|
"include": [
|
|
"tns-core-modules/js-libs/easysax/**/*.ts",
|
|
"tns-core-modules/module.d.ts",
|
|
"tns-core-modules/lib.core.d.ts",
|
|
"tns-core-modules/lib.dom.d.ts",
|
|
"tns-core-modules/es-collections.d.ts",
|
|
"tns-core-modules/declarations.d.ts",
|
|
"tns-core-modules/es6-promise.d.ts",
|
|
"node-tests/**/*.ts"
|
|
]
|
|
}
|