X-Git-Url: http://these/git/?a=blobdiff_plain;f=tsconfig.json;h=3b7d3e41049b11e75a1cb10910b39aef10882afc;hb=06a553c7a40af8c1833e14845bdb81168f926773;hp=6e6dd19b0498138bbd9e125af41eca6bad68e576;hpb=7030eb8949e7349fdb67c682d3fa21db97af60f1;p=lemmy-ui.git diff --git a/tsconfig.json b/tsconfig.json index 6e6dd19..3b7d3e4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,5 +20,9 @@ "strictNullChecks": true, "noFallthroughCasesInSwitch": true }, - "include": ["src/**/*", "node_modules/inferno/dist/index.d.ts"] + "include": [ + "src/**/*.ts", + "src/**/*.tsx", + "node_modules/inferno/dist/index.d.ts" + ] }