Services path

This commit is contained in:
Martin 2022-11-28 12:33:49 +01:00
parent 55571cded9
commit 692bb7c35c

View File

@ -8,6 +8,10 @@
"module": "CommonJS", "module": "CommonJS",
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"types": ["jest", "node"], "types": ["jest", "node"],
"strictNullChecks": false "strictNullChecks": false,
"moduleResolution": "node",
"paths": {
// "@services/*": ["./assets/Scripts/Services/*"]
}
} }
} }