tutu/tsconfig.json

16 lines
364 B
JSON
Raw Normal View History

2024-07-14 12:28:44 +00:00
{
"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"],
2024-07-14 12:28:44 +00:00
"noEmit": true,
"isolatedModules": true,
}
}