old.martials.no/tsconfig.json
Martin Berg Alstad 5e8aefe665 Initial commit
2022-12-04 17:51:05 +01:00

15 lines
318 B
JSON

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