Fix ESLint warnings and and enable max warnings 0 to fail builds (#2101)
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"skipLibCheck": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"strict": true,
|
||||
"types": ["node", "electron"],
|
||||
"target": "ES2020",
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
"sourceMap": true
|
||||
},
|
||||
"include": [
|
||||
"vite.config.ts",
|
||||
"vite.main.config.ts",
|
||||
"vite.preload.config.ts",
|
||||
"vite.renderer.config.ts",
|
||||
"forge.config.ts",
|
||||
"src/main.ts",
|
||||
"src/preload.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user