16 lines
395 B
JSON
16 lines
395 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js",
|
|
"types": ["vite/client", "vite-plugin-pwa/solid"],
|
|
"noEmit": true,
|
|
"isolatedModules": true,
|
|
"resolveJsonModule": true,
|
|
}
|
|
}
|