Skip to main content
Module

x/solidstart/tsconfig.json

SolidStart, the Solid app framework
Go to Latest
File
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "node", "strict": true, "noUncheckedIndexedAccess": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "jsx": "preserve", "jsxImportSource": "solid-js", "allowJs": true, "types": ["vinxi/client", "vite/client"], "isolatedModules": true, "outDir": "./dist", "declaration": true, "skipLibCheck": true }, "include": ["./src", "./env.d.ts"],}