Skip to content

Commit 5c8e4bd

Browse files
committed
fix: baseUrl in tsconfig.json leads fatal of tsx execution
1 parent 87eb3cc commit 5c8e4bd

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

builder/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"extends": "../tsconfig.json",
3-
"compilerOptions": {
4-
"baseUrl": "../../"
5-
},
63
"include": [
74
"source/**/*.ts"
85
]

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"@userscript/*": ["./userscript/sources/*"],
1212
"@root/*": ["./sources/*"],
1313
"@reporoot/*": ["./*"]
14-
},
15-
"baseUrl": "."
14+
}
1615
}
1716
}

userscript/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"extends": "../tsconfig.json",
3-
"compilerOptions": {
4-
"baseUrl": "../../"
5-
},
63
"include": [
74
"source/**/*.ts"
85
]

0 commit comments

Comments
 (0)