tsconfig.json 144 B

12345
  1. {
  2. "extends": "@tsconfig/svelte/tsconfig.json",
  3. "include": ["src/**/*"],
  4. "exclude": ["node_modules/*", "build/*", "icons/*", ".github/*"]
  5. }