X-Git-Url: http://these/git/?a=blobdiff_plain;f=tsconfig.json;h=aa3115fa48675b1960f54a09f80cd390ec5c62fe;hb=f6cbc896afd120ea6b41c230675267ab319591df;hp=3b7d3e41049b11e75a1cb10910b39aef10882afc;hpb=06a553c7a40af8c1833e14845bdb81168f926773;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",