Initial commit: Electron + React touchscreen kiosk dashboard for Home Assistant
This commit is contained in:
18
tsconfig.electron.json
Executable file
18
tsconfig.electron.json
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "commonjs",
|
||||
"lib": ["ES2020", "DOM"],
|
||||
"skipLibCheck": true,
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"outDir": "dist-electron",
|
||||
"rootDir": "electron",
|
||||
"declaration": false
|
||||
},
|
||||
"include": ["electron/**/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user