@electron-forge/maker-zip
Version:
ZIP maker for Electron Forge
39 lines • 767 B
JSON
{
"//": "⚠️ AUTOGENERATED ⚠️ This file was automatically generated by tools/gen-tsconfigs.ts, do not edit manually.",
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"outDir": "dist",
"lib": [
"dom",
"es2019"
],
"sourceMap": true,
"rootDir": "src",
"experimentalDecorators": true,
"strict": true,
"esModuleInterop": true,
"declaration": true,
"composite": true,
"declarationMap": true,
"typeRoots": [
"../../../typings",
"../../../node_modules/@types"
]
},
"exclude": [
"node_modules",
"dist",
"test",
"index.ts",
"tmpl"
],
"references": [
{
"path": "../base"
},
{
"path": "../../utils/types"
}
]
}