mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
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:
parent
1aae979398
commit
4f80c60be6
1 changed files with 6 additions and 1 deletions
|
@ -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/**/*.*"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue