deno.land / x / solidstart@v1.0.0-rc.0 / tsconfig.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "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"],}
solidstart

Version Info

Tagged at
a month ago