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
10 lines
213 B
JSON
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"]
|
|
}
|