X-Git-Url: http://these/git/?a=blobdiff_plain;f=tsconfig.json;h=aa3115fa48675b1960f54a09f80cd390ec5c62fe;hb=b7ec7ae3110c560968e0cb24a32f1fe9166eec29;hp=600d33aaf4078f2c380c9457ff9b5252ee408953;hpb=94bc9092ee863a456c6f289e5c5a85472dfa5e5a;p=lemmy-ui.git diff --git a/tsconfig.json b/tsconfig.json index 600d33a..aa3115f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,10 +20,8 @@ "strictNullChecks": true, "noFallthroughCasesInSwitch": true, "paths": { - "@utils/roles": ["./shared/utils/roles/index"], - "@utils/browser": ["./shared/utils/browser/index"], - "@utils/helpers": ["./shared/utils/helpers/index"], - "@utils/types": ["./shared/utils/types/index"], + "@/*": ["/*"], + "@utils/*": ["shared/utils/*"] } }, "include": [