mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 18:44:40 +00:00
785c8d9763
* prettier member dialog, iam indicator * changes i18n * fix timestamp conversion, timestamp to date pipe * rm create, update iam policy * add iam policy * add iam section, members component * add iam contributors * gen admin protos * iam member search * update angular * update cdk material * add module for iam members * add iam roles to member dialog * home shortcuts * project view, i18n * lint
11 lines
245 B
JSON
11 lines
245 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app",
|
|
"types": []
|
|
},
|
|
"files": ["src/main.ts", "src/polyfills.ts"],
|
|
"include": ["src/**/*.d.ts"],
|
|
"exclude": ["src/test.ts", "src/**/*.spec.ts"]
|
|
}
|