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": ["./env"], "strict": true, "lib": ["DOM", "DOM.Iterable", "ESNext"], "paths": { "vite": ["./node_modules/vite"] }, "baseUrl": "./" }, "include": ["./**/*.ts", "./**/*.tsx", "./**/*.js", "./**/*.jsx"], "exclude": ["node_modules", "**/node_modules/*"]}