X-Git-Url: http://these/git/?a=blobdiff_plain;f=tsconfig.json;h=aa3115fa48675b1960f54a09f80cd390ec5c62fe;hb=214eae5be57f87afe1905c7fc97a7d03df8dfd5b;hp=6e6dd19b0498138bbd9e125af41eca6bad68e576;hpb=696c5b0d27ed3c1cdd956c29c3239e665e2eeb66;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" + ] }