Some checks failed
farmcontrol/farmcontrol-ui/pipeline/head There was a failure building this commit
14 lines
301 B
JSON
14 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
"types": ["bun-types"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "electrobun.config.ts"]
|
|
}
|