Skip to content

Commit ccde2a4

Browse files
author
Alexander Vakrilov
authored
Merge pull request #3645 from NativeScript/apps-tsconfig
updated apps and tests tsconfigs
2 parents f198d36 + 3c6523f commit ccde2a4

4 files changed

Lines changed: 6 additions & 31 deletions

File tree

apps/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nativescript": {
77
"id": "org.nativescript.apps",
88
"tns-ios": {
9-
"version": "2.4.0"
9+
"version": "2.5.0"
1010
},
1111
"tns-android": {
1212
"version": "2.4.1"
@@ -22,6 +22,6 @@
2222
"babylon": "6.8.3",
2323
"lazy": "1.0.11",
2424
"nativescript-dev-typescript": "^0.3.0",
25-
"typescript": "~2.0.10"
25+
"typescript": "~2.1.6"
2626
}
27-
}
27+
}

apps/tsconfig.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
{
2-
"compilerOptions": {
3-
"noEmitOnError": true,
4-
"noEmitHelpers": true,
5-
"target": "es5",
6-
"module": "commonjs",
7-
"declaration": false,
8-
"noImplicitAny": false,
9-
"noImplicitUseStrict": true,
10-
"experimentalDecorators": true,
11-
"diagnostics": true,
12-
"sourceMap": true
13-
},
2+
"extends": "../tsconfig.shared",
143
"exclude": [
154
"node_modules",
165
"platforms"

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"babylon": "6.8.0",
2323
"filewalker": "0.1.2",
2424
"lazy": "1.0.11",
25-
"typescript": "~2.0.10"
25+
"typescript": "~2.1.6"
2626
}
2727
}

tests/tsconfig.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
{
2-
"compilerOptions": {
3-
"noEmitOnError": true,
4-
"noEmitHelpers": true,
5-
"target": "es5",
6-
"module": "commonjs",
7-
"declaration": false,
8-
"noImplicitAny": false,
9-
"noImplicitUseStrict": true,
10-
"experimentalDecorators": true,
11-
"diagnostics": true,
12-
"sourceMap": true,
13-
"noLib": true,
14-
"jsx": "react",
15-
"reactNamespace": "UIBuilder"
16-
},
2+
"extends": "../tsconfig.shared",
173
"exclude": [
184
"node_modules",
195
"platforms"

0 commit comments

Comments
 (0)