Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit d8f3c48

Browse files
committed
add baseUrl to fix build crashes (???)
1 parent ff07ac0 commit d8f3c48

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

template/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"resolveJsonModule": true,
99
"target": "ES2019",
1010
"strict": true,
11+
"baseUrl": ".",
1112
"paths": {
1213
"~/*": ["./app/*"]
1314
},

tests/fixtures/test-app/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"resolveJsonModule": true,
99
"target": "ES2019",
1010
"strict": true,
11+
"baseUrl": ".",
1112
"paths": {
1213
"~/*": ["./app/*"]
1314
},

0 commit comments

Comments
 (0)