Skip to content

Commit b56b2df

Browse files
committed
refactor: remove baseUrl from all TSConfig files
Per the [official documentation](https://www.typescriptlang.org/tsconfig/#baseUrl): > This feature was designed for use in conjunction with AMD module loaders in the browser, and is not recommended in any other context. As of TypeScript 4.1, baseUrl is no longer required to be set when using paths.
1 parent 94a835f commit b56b2df

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

template/tsconfig/base/tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"composite": true,
77
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
88

9-
"baseUrl": ".",
109
"paths": {
1110
"@/*": ["./src/*"]
1211
}

template/tsconfig/nightwatch-ct/tsconfig.app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"composite": true,
77
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
88

9-
"baseUrl": ".",
109
"paths": {
1110
"@/*": ["./src/*"]
1211
}

0 commit comments

Comments
 (0)