We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f208278 commit 0a44efeCopy full SHA for 0a44efe
tsconfig.json
@@ -5,6 +5,10 @@
5
"dom.iterable",
6
"esnext"
7
],
8
+ "baseUrl": ".",
9
+ "paths": {
10
+ "@components/*": ["components/*"]
11
+ },
12
"allowJs": true,
13
"skipLibCheck": true,
14
"strict": false,
0 commit comments