Invalid JSON:Expected double-quoted property name in JSONat line 9, column 5
| { | |
| "extends": "@tsconfig/svelte/tsconfig.json", | |
| "compilerOptions": { | |
| "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", | |
| "target": "es2023", | |
| "module": "esnext", | |
| "types": ["svelte", "vite/client"], | |
| "noEmit": true, | |
| /** | |
| * Typecheck JS in `.svelte` and `.js` files by default. | |
| * Disable checkJs if you'd like to use dynamic types in JS. | |
| * Note that setting allowJs false does not prevent the use | |
| * of JS in `.svelte` files. | |
| */ | |
| "allowJs": true, | |
| "checkJs": true, | |
| "moduleDetection": "force" | |
| }, | |
| "include": ["src/**/*.ts", "src/**/*.js", "src/**/*.svelte"] | |
| } | |