Skip to content

Commit d4739f5

Browse files
authored
Merge pull request #1759 from NativeScript/sis0k0/remove-short-imports-resolution
chore(tsconfig): remove path resolution for short imports (`ui/page`)
2 parents f12000e + 51a61f1 commit d4739f5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

nativescript-angular/tsconfig.json

+1-8
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)