control-center/tsconfig.app.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

10 lines
213 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": ["src/main.ts", "src/polyfills.ts"],
"include": ["src/**/*.d.ts"]
}