sandbox/solid-repro/tsconfig.json

16 lines
338 B
JSON
Raw Permalink Normal View History

2022-11-25 13:28:11 +00:00
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"],
"noEmit": true,
"isolatedModules": true
}
}