botui/tsconfig.electron.json

8 lines
110 B
JSON
Raw Normal View History

2024-10-26 13:05:56 -03:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "CommonJS",
"outDir": "dist"
}
}