Added TS tests to typecheck (#7257)

* Added TS tests to typecheck

Co-authored-by: Alf Eaton <alf.eaton@overleaf.com>
GitOrigin-RevId: 59b9dd0f75ab4412eb0e46b3d5b7f7798d66f640
This commit is contained in:
Miguel Serrano 2022-03-28 11:49:02 +02:00 committed by Copybot
parent 1aae979398
commit 4f80c60be6

View file

@ -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/**/*.*"
]
}