rojects/tsconfig.electron.json

14 lines
269 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "build/electron",
"rootDir": "electron"
},
"include": ["electron/**/*"]
}