Merge pull request #3089 from Safelite/feature/jsconfig-fix-intellisense

This commit is contained in:
CarlNation 2026-03-06 17:53:27 -05:00 committed by GitHub
commit 51ccf0a7ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
jsconfig.json Normal file
View file

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