mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 01:29:35 +02: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:
@@ -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/**/*.*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user