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 15d8813 commit 145f1d1Copy full SHA for 145f1d1
.swcrc
@@ -7,6 +7,7 @@
7
"parser": {
8
"syntax": "typescript",
9
},
10
+ "baseUrl": ".",
11
"paths": {
12
"@/*": [
13
"./src/*"
jest.config.js
@@ -11,6 +11,7 @@ const swcConfig = {
parser: {
syntax: 'typescript',
14
+ baseUrl: '.',
15
paths: {
16
'@/*': ['./src/*'],
17
0 commit comments