Files
agent/packages/uhk-web/src/tsconfig.renderer.json
Róbert Kiss ee28065046 chore: upgrade angular => 8.2.2 (#996)
* 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
2019-08-20 12:54:23 +02:00

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"
]
}