X-Git-Url: http://these/git/?a=blobdiff_plain;f=tsconfig.json;h=aa3115fa48675b1960f54a09f80cd390ec5c62fe;hb=dbeab6450bce05c7bca898935e8b4f6d3d72ff5a;hp=6e6dd19b0498138bbd9e125af41eca6bad68e576;hpb=7030eb8949e7349fdb67c682d3fa21db97af60f1;p=lemmy-ui.git diff --git a/tsconfig.json b/tsconfig.json index 6e6dd19..aa3115f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,15 @@ "noImplicitReturns": true, "experimentalDecorators": true, "strictNullChecks": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + "paths": { + "@/*": ["/*"], + "@utils/*": ["shared/utils/*"] + } }, - "include": ["src/**/*", "node_modules/inferno/dist/index.d.ts"] + "include": [ + "src/**/*.ts", + "src/**/*.tsx", + "node_modules/inferno/dist/index.d.ts" + ] }