X-Git-Url: http://these/git/?a=blobdiff_plain;f=tsconfig.json;h=aa3115fa48675b1960f54a09f80cd390ec5c62fe;hb=88f89cb9530cfaea0b82c8a86248d7d40a9f081d;hp=3b7d3e41049b11e75a1cb10910b39aef10882afc;hpb=2a4f75b539b8a966e1735f474145fbab9703554c;p=lemmy-ui.git diff --git a/tsconfig.json b/tsconfig.json index 3b7d3e4..aa3115f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,11 @@ "noImplicitReturns": true, "experimentalDecorators": true, "strictNullChecks": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "paths": { + "@/*": ["/*"], + "@utils/*": ["shared/utils/*"] + } }, "include": [ "src/**/*.ts",