Skip to content

Commit 2b6b263

Browse files
committed
refactor: get rid of baseUrl option in tsconfig
1 parent fce31ae commit 2b6b263

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

template/config/typescript/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": "./",
43
"target": "esnext",
54
"useDefineForClassFields": true,
65
"module": "esnext",
@@ -12,7 +11,7 @@
1211
"resolveJsonModule": true,
1312
"esModuleInterop": true,
1413
"paths": {
15-
"@/*": ["src/*"]
14+
"@/*": ["./src/*"]
1615
},
1716
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
1817
"skipLibCheck": true

0 commit comments

Comments
 (0)