Add jsconfig

This commit is contained in:
Matt Isenhower 2024-03-17 09:11:37 -07:00
parent c6be014066
commit 824dd4349a

8
jsconfig.json Normal file
View File

@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules", "dist"]
}