* chore: upgrade angular => 8.2.2
Summary:
- upgrade angular => 8.2.2
- setup the { static: false/true } for the ViewChild
- use alignment-baseline="middle" in svg text to align correct the texts
* fix: keymap popover crash
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"baseUrl": "./",
|
|
"target": "es5", // Until https://github.com/electron/electron/issues/12011 not working without custom protocol
|
|
"types": ["node"],
|
|
"lib": [
|
|
"es2016",
|
|
"dom"
|
|
]
|
|
},
|
|
"exclude": [
|
|
"test.ts",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|