mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 23:32:34 +00: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. */,
|
"skipLibCheck": true /* Skip type checking of declaration files. */,
|
||||||
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
|
"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