panorama/tsconfig.json
Michael Zhang b69b497cdd
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix types
2023-04-18 20:08:13 -05:00

18 lines
381 B
JSON

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