panorama/tsconfig.json
Michael Zhang 1550d77ca6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Use solid-start
2023-04-18 14:38:22 -05:00

17 lines
361 B
JSON

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