diff --git a/tsconfig.json b/tsconfig.json index 8c9b11075..d1c25dd30 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "strict": true, "noImplicitAny": true, "resolveJsonModule": true, + "allowJs": true, "lib": [ "ES2022" ], @@ -21,11 +22,11 @@ "./spec/**/*.ts" ], "exclude": [ - "./src/public/**/*", "./node_modules/**/*", "./spec-es6/**/*.ts" ], "files": [ - "src/types.d.ts" + "src/types.d.ts", + "src/public/app/types.d.ts" ] } \ No newline at end of file