mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
369 B
369 B
date | id | title |
---|---|---|
20201127 | 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