Proper Intellisense for IDEs

This commit is contained in:
Kloon ImKloon 2023-08-18 18:21:59 +02:00
parent 42824f6323
commit fc31e0e3eb
No known key found for this signature in database
GPG Key ID: CCF1C86A995C5B6A

10
frontend/jsconfig.json Normal file
View File

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