Files

16 lines
349 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
2026-08-21 10:18:52 +03:00
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
2026-08-21 10:18:52 +03:00
"types": ["vite/client", "node"],
"noEmit": true,
2026-08-21 10:45:36 +03:00
"isolatedModules": true
}
}