tutu/tsconfig.json
thislight 724eb17391
All checks were successful
/ depoly (push) Successful in 1m7s
Settings: ask user to refresh if update available
2024-09-14 19:55:37 +08:00

16 lines
364 B
JSON

{
"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"],
"noEmit": true,
"isolatedModules": true,
}
}