Skip to content

Commit 0a44efe

Browse files
committed
Update tsconfig.json
1 parent f208278 commit 0a44efe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tsconfig.json

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"dom.iterable",
66
"esnext"
77
],
8+
"baseUrl": ".",
9+
"paths": {
10+
"@components/*": ["components/*"]
11+
},
812
"allowJs": true,
913
"skipLibCheck": true,
1014
"strict": false,

0 commit comments

Comments
 (0)