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/*"] + } } }