farmcontrol-ui/tsconfig.json
Tom Butcher e3f79cfd00
Some checks failed
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
Initial upgrade commit.
2026-08-23 19:27:53 +01:00

19 lines
430 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"allowJs": true,
"checkJs": false,
"noEmit": true,
"skipLibCheck": true,
"strict": false,
"baseUrl": ".",
"paths": {
"electrobun": [".hutch/devkit/api/index.d.ts"],
"electrobun/*": [".hutch/devkit/api/*"]
}
},
"include": ["src", "electrobun.config.ts", "hutch.config.ts"]
}