From d49c23bf452b7c35975c442863b96195927257d8 Mon Sep 17 00:00:00 2001 From: Romain Lebbadi-Breteau <romain@lebbadi.fr> Date: Wed, 19 Apr 2023 14:02:43 -0400 Subject: [PATCH] update tsconfig --- client/tsconfig.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/client/tsconfig.json b/client/tsconfig.json index 8e61c1e..02a75f4 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -23,6 +23,14 @@ "lib": [ "ESNext", "dom" - ] + ], + "paths": { + "@common/*": ["../common/*"], + "@src/*": ["./src/*"] + }, + }, + "angularCompilerOptions": { + "fullTemplateTypeCheck": true, + "strictTemplates": true, } } -- GitLab