mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Use a shared tsconfig.
Don't duplicate compiler options across projects.
This commit is contained in:
@@ -1,20 +1,5 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
},
|
||||
"extends": "./tsconfig.shared",
|
||||
"include": [
|
||||
"tns-core-modules/js-libs/easysax/**/*.ts",
|
||||
"tns-core-modules/module.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user