Skip to content

Commit e762e25

Browse files
authored
Merge pull request #12 from NativeScript/hdeshev/no-ambient-modules
No ambient modules
2 parents 8448855 + d3fee8a commit e762e25

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"lazy": "1.0.11",
3737
"nativescript-dev-android-snapshot": "~0.0.6",
3838
"nativescript-dev-typescript": "~0.3.7",
39-
"typescript": "~2.1.5",
4039
"typescript": "~2.2.1"
4140
}
4241
}

Diff for: references.d.ts

-1
This file was deleted.

Diff for: tsconfig.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@
99
"lib": [
1010
"es6",
1111
"dom"
12-
]
12+
],
13+
"baseUrl": ".",
14+
"paths": {
15+
"*": [
16+
"./node_modules/tns-core-modules/*",
17+
"./node_modules/*"
18+
]
19+
}
1320
},
1421
"exclude": [
1522
"node_modules",

0 commit comments

Comments
 (0)