Files
WeatherTool/web/tsconfig.json
T
2026-08-21 10:45:36 +03:00

16 lines
349 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client", "node"],
"noEmit": true,
"isolatedModules": true
}
}