Skip to content

Commit 2301d4d

Browse files
committed
chore: remove deprecated baseUrl from demo app tsconfigs
TS6 deprecates baseUrl (TS5101). The path mappings are already relative, so they resolve identically against the tsconfig directory.
1 parent 39b140a commit 2301d4d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

apps/nativescript-demo-ng/tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"target": "es2020",
5-
"baseUrl": ".",
65
"outDir": "../../dist/out-tsc",
76
"paths": {
87
"~/*": ["./src/*"],

apps/nativescript-demo-ng/tsconfig.spec.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"target": "es2020",
5-
"baseUrl": ".",
65
"types": ["node", "jasmine"],
76
"outDir": "../../dist/out-tsc",
87
"paths": {

0 commit comments

Comments
 (0)