colorer/tsconfig.json
Rüdiger Diedrich bcd99f0181 v0.1 – the colorer
frontend: nice, sleek, functional and completely intuitive UI
internal: flat hierarchies; opinoinated reactivity
2021-08-20 09:41:00 +02:00

14 lines
300 B
JSON

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