Skip to content

Commit 9fc172c

Browse files
committed
chore(tsconfig): remove path resolution for short imports (ui/page)
The usage of short imports, e.g, `import * as Page from "ui/page"` instead of `import * as Page from "tns-core-modules/ui/page"` is *deprecated* since {N} 5.2.
1 parent 9b3a3ba commit 9fc172c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

nativescript-angular/tsconfig.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@
1616
"dom",
1717
"es6",
1818
"es2015.iterable"
19-
],
20-
"baseUrl": ".",
21-
"paths": {
22-
"*": [
23-
"./node_modules/tns-core-modules/*",
24-
"./node_modules/*"
25-
]
26-
}
19+
]
2720
},
2821
"angularCompilerOptions": {
2922
"genDir": ".",

0 commit comments

Comments
 (0)