14 lines
330 B
JSON
14 lines
330 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"rootDir": "electron",
|
|
"outDir": "dist-electron",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"types": ["node"],
|
|
"noEmit": false
|
|
},
|
|
"include": ["electron/**/*.ts"]
|
|
} |