14 lines
282 B
JSON
14 lines
282 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2020",
|
||
|
|
"module": "commonjs",
|
||
|
|
"lib": ["ES2020"],
|
||
|
|
"strict": false,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"outDir": "build/electron",
|
||
|
|
"rootDir": "electron-agent"
|
||
|
|
},
|
||
|
|
"include": ["electron-agent/**/*"]
|
||
|
|
}
|