Skip to content

Commit 4a34869

Browse files
committed
refactor: remove tsconfig paths config
1 parent e0871ac commit 4a34869

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"module": "ESNext",
1212
"moduleResolution": "Bundler",
1313
"noUncheckedIndexedAccess": true,
14-
"paths": {
15-
"~/*": ["./src/*"]
16-
},
14+
// "paths": {
15+
// "~/*": ["./src/*"]
16+
// },
1717
"resolveJsonModule": true,
1818
"skipLibCheck": true,
1919
"strict": true,

0 commit comments

Comments
 (0)