2021-08-20 09:41:00 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ESNext",
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"esModuleInterop": true,
|
2021-09-10 11:44:50 +02:00
|
|
|
"strict": true,
|
2021-08-20 09:41:00 +02:00
|
|
|
"jsx": "preserve",
|
|
|
|
"jsxImportSource": "solid-js",
|
|
|
|
"types": ["vite/client"]
|
|
|
|
}
|
|
|
|
}
|