Skip to content

Commit a9afb1b

Browse files
committed
chore: fix dependency discovery
1 parent 9c95a89 commit a9afb1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"importHelpers": true,
1010
"baseUrl": ".",
1111
"paths": {
12+
"*": ["node_modules/*"],
1213
"~/*": ["app/*"],
1314
"@/*": ["app/*"]
1415
},

0 commit comments

Comments
 (0)