Skip to content

Commit ad95c7c

Browse files
committed
fixed tsconfig path
1 parent 475e965 commit ad95c7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"target": "es2020",
66
"allowJs": true,
77
"allowSyntheticDefaultImports": true,
8-
"baseUrl": ".",
8+
"baseUrl": "src",
99
"declaration": true,
1010
"esModuleInterop": true,
1111
"inlineSourceMap": false,
@@ -16,7 +16,7 @@
1616
"noFallthroughCasesInSwitch": true,
1717
"pretty": true,
1818
"resolveJsonModule": true,
19-
"rootDir": ".",
19+
"rootDir": "src",
2020
"skipLibCheck": true,
2121
"strict": true,
2222
"sourceMap": true,

0 commit comments

Comments
 (0)