* chore: upgrade angular to 5.3.9 and typescript to 2.6.2 * fix electron renderer build * fix webpack config * format webpack.config * fix renderer build
22 lines
405 B
JSON
22 lines
405 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"declaration": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"typeRoots": [
|
|
"node_modules/@types"
|
|
],
|
|
"lib": [
|
|
"es2015.iterable",
|
|
"dom",
|
|
"es2016"
|
|
]
|
|
}
|
|
}
|