Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit694eee8

Browse files
haoqunjiangcexbrayat
authored andcommitted
refactor: removebaseUrl from all TSConfig files
Per the [official documentation](https://www.typescriptlang.org/tsconfig/#baseUrl):> This feature was designed for use in conjunction with AMD moduleloaders 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 parent8a04238 commit694eee8

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)

[8]ページ先頭

©2009-2025 Movatter.jp