control-center/tsconfig.json
Denis Ezhov 8afdf6b64a
angular 10 (#170)
* add postinstall ngcc

* update angular core

* update angular material

* some fixes

* keycloak 8

* fixes
2020-08-21 15:15:41 +03:00

18 lines
462 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScripts language server to improve development experience.
It is not intended to be used to perform a compilation.
To learn more about this file see: https://angular.io/config/solution-tsconfig.
*/
{
"files": [],
"references": [
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}