Skip to content

Commit e141cda

Browse files
committed
chore(ts): Add path mappings for new tns-core-modules.
1 parent c0da687 commit e141cda

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: nativescript-angular/tsconfig.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@
1717
"lib": [
1818
"dom",
1919
"es6"
20-
]
20+
],
21+
"baseUrl": ".",
22+
"paths": {
23+
"*": [
24+
"./node_modules/tns-core-modules/*",
25+
"./node_modules/*"
26+
]
27+
}
2128
},
2229
"angularCompilerOptions": {
2330
"genDir": ".",

0 commit comments

Comments
 (0)