Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for typescript in the CheckJS mode #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 23, 2023

  1. Add support for typescript in the CheckJS mode

    In the checkJs mode, typescript will also check your JavaScript files using the types inside the JsDoc comments.
    
    At the moment, you cannot pass a .js files to tsc-files, because it gives the following error:
    
        error TS5042: Option 'project' cannot be mixed with source files on a command line.
    
    This is because the js files are appended after the tsc command. This commit allows the tsc-files plugin to also work with the checkJs mode
    ferrybig authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e8f8b0a View commit details
    Browse the repository at this point in the history