Last active
January 16, 2026 21:30
-
-
Save alanfzf/4456205686fd5dbaa18ad0acfc7be2db to your computer and use it in GitHub Desktop.
Base and good jsconfig json!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "compilerOptions": { | |
| "resolvePackageJsonImports": true, | |
| "moduleResolution": "nodenext", | |
| "alwaysStrict": true, | |
| "checkJs": true, | |
| "module": "nodenext", | |
| "target": "ES6", | |
| "baseUrl": "." | |
| }, | |
| "exclude": ["node_modules"] | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{ "types": ["vite/client"] }we need to add that one too
Solution for vite problems