jg-eucs/tsconfig.json
2023-10-17 15:17:22 +02:00

16 lines
327 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "node",
"jsxImportSource": "solid-js",
"jsx": "preserve",
"strict": true,
"baseUrl": "./",
"paths": {
"~/*": ["./src/*"]
}
}
}