botui/tsconfig.electron.json

7 lines
110 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "dist"
}
}