Some checks failed
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
19 lines
430 B
JSON
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"]
|
|
}
|