diff options
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index d68b3058e..41814d036 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -35,6 +35,8 @@ | |||
35 | "@shared/models": [ "../shared/models" ], | 35 | "@shared/models": [ "../shared/models" ], |
36 | "@shared/core-utils": [ "../shared/core-utils" ], | 36 | "@shared/core-utils": [ "../shared/core-utils" ], |
37 | "@shared/core-utils/*": [ "../shared/core-utils/*" ], | 37 | "@shared/core-utils/*": [ "../shared/core-utils/*" ], |
38 | "@shared/typescript-utils": [ "../shared/typescript-utils" ], | ||
39 | "@shared/typescript-utils/*": [ "../shared/typescript-utils/*" ], | ||
38 | "@root-helpers/*": [ "src/root-helpers/*" ], | 40 | "@root-helpers/*": [ "src/root-helpers/*" ], |
39 | "fs": [ "src/shims/noop.ts" ], | 41 | "fs": [ "src/shims/noop.ts" ], |
40 | "http": [ "src/shims/http.ts" ], | 42 | "http": [ "src/shims/http.ts" ], |