{ "compilerOptions": { "strict": true, "target": "ESNext", "module": "ESNext", "allowJs": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "jsx": "preserve", "jsxImportSource": "solid-js", "types": ["vite/client", "vite-plugin-solid-svg/types"], "rootDirs": ["src"] }, "include": ["src"] }