Skip to content

Commit 694eee8

Browse files
haoqunjiangcexbrayat
authored andcommitted
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 8a04238 commit 694eee8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

template/tsconfig/base/tsconfig.app.json

-1
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

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