mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Merge pull request #3645 from NativeScript/apps-tsconfig
updated apps and tests tsconfigs
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
"nativescript": {
|
||||
"id": "org.nativescript.apps",
|
||||
"tns-ios": {
|
||||
"version": "2.4.0"
|
||||
"version": "2.5.0"
|
||||
},
|
||||
"tns-android": {
|
||||
"version": "2.4.1"
|
||||
@ -22,6 +22,6 @@
|
||||
"babylon": "6.8.3",
|
||||
"lazy": "1.0.11",
|
||||
"nativescript-dev-typescript": "^0.3.0",
|
||||
"typescript": "~2.0.10"
|
||||
"typescript": "~2.1.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,16 +1,5 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noEmitOnError": true,
|
||||
"noEmitHelpers": true,
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"declaration": false,
|
||||
"noImplicitAny": false,
|
||||
"noImplicitUseStrict": true,
|
||||
"experimentalDecorators": true,
|
||||
"diagnostics": true,
|
||||
"sourceMap": true
|
||||
},
|
||||
"extends": "../tsconfig.shared",
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"platforms"
|
||||
|
@ -22,6 +22,6 @@
|
||||
"babylon": "6.8.0",
|
||||
"filewalker": "0.1.2",
|
||||
"lazy": "1.0.11",
|
||||
"typescript": "~2.0.10"
|
||||
"typescript": "~2.1.6"
|
||||
}
|
||||
}
|
||||
|
@ -1,19 +1,5 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"noEmitOnError": true,
|
||||
"noEmitHelpers": true,
|
||||
"target": "es5",
|
||||
"module": "commonjs",
|
||||
"declaration": false,
|
||||
"noImplicitAny": false,
|
||||
"noImplicitUseStrict": true,
|
||||
"experimentalDecorators": true,
|
||||
"diagnostics": true,
|
||||
"sourceMap": true,
|
||||
"noLib": true,
|
||||
"jsx": "react",
|
||||
"reactNamespace": "UIBuilder"
|
||||
},
|
||||
"extends": "../tsconfig.shared",
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"platforms"
|
||||
|
Reference in New Issue
Block a user