jsconfig.json 487 B

12345678910111213
  1. {
  2. "extends": "./.svelte-kit/tsconfig.json",
  3. "compilerOptions": {
  4. "allowJs": true,
  5. "checkJs": false,
  6. "moduleResolution": "bundler"
  7. }
  8. // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
  9. // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
  10. //
  11. // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
  12. // from the referenced tsconfig.json - TypeScript does not merge them in
  13. }