mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
8afdf6b64a
* add postinstall ngcc * update angular core * update angular material * some fixes * keycloak 8 * fixes
18 lines
462 B
JSON
18 lines
462 B
JSON
/*
|
||
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s 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"
|
||
}
|
||
]
|
||
}
|