Created
March 3, 2023 15:29
-
-
Save rackaam/018af3d66adf137ffe87182571db0c46 to your computer and use it in GitHub Desktop.
Enable JSDoc type checking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compilerOptions": { | |
"checkJs": true | |
}, | |
"exclude": ["node_modules", "**/node_modules/*"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment