From 692bb7c35c57331e70794ba695a6e57bc275c609 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 28 Nov 2022 12:33:49 +0100 Subject: [PATCH] Services path --- tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e9d9a69..54df463 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,10 @@ "module": "CommonJS", "allowSyntheticDefaultImports": true, "types": ["jest", "node"], - "strictNullChecks": false + "strictNullChecks": false, + "moduleResolution": "node", + "paths": { + // "@services/*": ["./assets/Scripts/Services/*"] + } } }