aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r--client/tsconfig.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json
index 53e6fd571..60ca14221 100644
--- a/client/tsconfig.json
+++ b/client/tsconfig.json
@@ -68,6 +68,16 @@
68 "src/app/shared/form-validators/index.ts", 68 "src/app/shared/form-validators/index.ts",
69 "src/app/shared/form-validators/url.validator.ts", 69 "src/app/shared/form-validators/url.validator.ts",
70 "src/app/shared/index.ts", 70 "src/app/shared/index.ts",
71 "src/app/shared/rest/index.ts",
72 "src/app/shared/rest/mock-rest-table.ts",
73 "src/app/shared/rest/rest-extractor.service.ts",
74 "src/app/shared/rest/rest-filter.model.ts",
75 "src/app/shared/rest/rest-pagination.ts",
76 "src/app/shared/rest/rest-sort.ts",
77 "src/app/shared/rest/rest-table-page.ts",
78 "src/app/shared/rest/rest-table.spec.ts",
79 "src/app/shared/rest/rest-table.ts",
80 "src/app/shared/rest/rest.service.ts",
71 "src/app/shared/search/index.ts", 81 "src/app/shared/search/index.ts",
72 "src/app/shared/search/search-field.type.ts", 82 "src/app/shared/search/search-field.type.ts",
73 "src/app/shared/search/search.component.ts", 83 "src/app/shared/search/search.component.ts",