2022-12-04 17:51:05 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ESNext",
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"jsx": "preserve",
|
|
|
|
"jsxImportSource": "solid-js",
|
|
|
|
"types": ["vite/client"],
|
|
|
|
"noEmit": true,
|
2023-04-08 19:24:10 +02:00
|
|
|
"isolatedModules": true,
|
|
|
|
"strict": true
|
2022-12-04 17:51:05 +01:00
|
|
|
}
|
|
|
|
}
|