Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎package.json‎

Lines changed: 0 additions & 1 deletion
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
}

‎references.d.ts‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎tsconfig.json‎

Lines changed: 8 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /