{ // "extends": "@tsconfig/svelte/tsconfig.json", "include": ["src/**/*"], "exclude": ["node_modules/*", "public/*"], "compilerOptions": { "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, "noImplicitAny": false, "strictNullChecks": false, "strict": false, "target": "es6", } }