diff --git a/tsconfig.json b/tsconfig.json index 498c747..3cbf50a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,11 +7,10 @@ "ES2022", "DOM" ], - "allowJs": true, + "allowJs": false, "downlevelIteration": true }, "include": [ - "src/**/*.js", - "src/**/*.ts" + "src2/**/*.ts" ] } \ No newline at end of file