diff --git a/services/web/tsconfig.json b/services/web/tsconfig.json index 00ee0f3903..f7c5c3fb1c 100644 --- a/services/web/tsconfig.json +++ b/services/web/tsconfig.json @@ -12,5 +12,10 @@ "skipLibCheck": true /* Skip type checking of declaration files. */, "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ }, - "include": ["frontend/js/**/*.*", "modules/**/frontend/js/**/*.*"] + "include": [ + "frontend/js/**/*.*", + "modules/**/frontend/js/**/*.*", + "test/frontend/**/*.*", + "modules/**/test/frontend/**/*.*" + ] }