mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
371 B
371 B
date | id | title |
---|---|---|
2020-11-27 | 8d4e63e7-781a-491e-9966-cd8f6e86c42c | checkJs |
Default
false
Description
Report errors in .js files. Use in conjunction with –allowJs.
From TypeScript 4.1 checkJs
implies
allowJs.1