Skip to content

Commit

Permalink
add baseUrl to fix build crashes (???)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsMapleLeaf committed Apr 15, 2022
1 parent ff07ac0 commit d8f3c48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"resolveJsonModule": true,
"target": "ES2019",
"strict": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
},
Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/test-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"resolveJsonModule": true,
"target": "ES2019",
"strict": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
},
Expand Down

0 comments on commit d8f3c48

Please sign in to comment.