13 lines
281 B
JSON
13 lines
281 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2022",
|
||
|
|
"module": "CommonJS",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"outDir": "./dist-electron",
|
||
|
|
"rootDir": "./electron"
|
||
|
|
},
|
||
|
|
"include": ["electron/**/*"]
|
||
|
|
}
|