2024-01-16 05:44:06 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2024-01-23 19:32:29 +00:00
|
|
|
"allowJs": true,
|
2024-01-16 05:44:06 +00:00
|
|
|
"strict": true,
|
|
|
|
"target": "ESNext",
|
|
|
|
"module": "ESNext",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"jsx": "preserve",
|
|
|
|
"jsxImportSource": "solid-js",
|
|
|
|
"types": ["vite/client"],
|
|
|
|
"noEmit": true,
|
|
|
|
"isolatedModules": true
|
|
|
|
}
|
|
|
|
}
|