dyomedea/tsconfig.json

14 lines
289 B
JSON
Raw Normal View History

2022-11-25 15:33:59 +00:00
{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"]
}
}