deno check command type-checks TypeScript and JavaScript files without executing them.
Usage
Description
Download and type-check files without execution. Unless--reload is specified, this command will not re-download already cached dependencies.
Flags
Type-check all code, including remote modules and npm packages
Type-check code blocks in JSDoc as well as actual code
Type-check code blocks in JSDoc and Markdown only
Enable type-checking of JavaScript files (equivalent to
compilerOptions.checkJs: true)Load import map file
Check the specified lock file
Enables or disables the use of a local node_modules folder for npm packages
Do not resolve remote modules
Do not resolve npm modules
Reload source code cache (recompile TypeScript)
Specify the configuration file
Disable automatic loading of the configuration file
Allow importing from specified hosts
Deny importing from specified hosts