We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
baseUrl
1 parent e98bb9b commit c41a07eCopy full SHA for c41a07e
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"allowSyntheticDefaultImports": true,
4
"jsx": "react",
5
- "baseUrl": "/",
+ "baseUrl": ".",
6
"paths": {
7
"@/*": ["src/*"],
8
"@public/*": ["public/*"],
0 commit comments