Skip to main content
Module

x/solidstart/tsconfig.json

SolidStart, the Solid app framework
Go to Latest
File
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "esModuleInterop": true, "target": "ESNext", "allowJs": true, "noEmit": true, "checkJs": true, "module": "ESNext", "moduleResolution": "node", "jsxImportSource": "solid-js", "jsx": "preserve", "types": ["vite/client"], "baseUrl": "./" }}