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": {
|
"nativescript": {
|
||||||
"id": "org.nativescript.apps",
|
"id": "org.nativescript.apps",
|
||||||
"tns-ios": {
|
"tns-ios": {
|
||||||
"version": "2.4.0"
|
"version": "2.5.0"
|
||||||
},
|
},
|
||||||
"tns-android": {
|
"tns-android": {
|
||||||
"version": "2.4.1"
|
"version": "2.4.1"
|
||||||
@ -22,6 +22,6 @@
|
|||||||
"babylon": "6.8.3",
|
"babylon": "6.8.3",
|
||||||
"lazy": "1.0.11",
|
"lazy": "1.0.11",
|
||||||
"nativescript-dev-typescript": "^0.3.0",
|
"nativescript-dev-typescript": "^0.3.0",
|
||||||
"typescript": "~2.0.10"
|
"typescript": "~2.1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,16 +1,5 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"extends": "../tsconfig.shared",
|
||||||
"noEmitOnError": true,
|
|
||||||
"noEmitHelpers": true,
|
|
||||||
"target": "es5",
|
|
||||||
"module": "commonjs",
|
|
||||||
"declaration": false,
|
|
||||||
"noImplicitAny": false,
|
|
||||||
"noImplicitUseStrict": true,
|
|
||||||
"experimentalDecorators": true,
|
|
||||||
"diagnostics": true,
|
|
||||||
"sourceMap": true
|
|
||||||
},
|
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"platforms"
|
"platforms"
|
||||||
|
@ -22,6 +22,6 @@
|
|||||||
"babylon": "6.8.0",
|
"babylon": "6.8.0",
|
||||||
"filewalker": "0.1.2",
|
"filewalker": "0.1.2",
|
||||||
"lazy": "1.0.11",
|
"lazy": "1.0.11",
|
||||||
"typescript": "~2.0.10"
|
"typescript": "~2.1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,19 +1,5 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"extends": "../tsconfig.shared",
|
||||||
"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"
|
|
||||||
},
|
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"platforms"
|
"platforms"
|
||||||
|
Reference in New Issue
Block a user