Created
October 23, 2021 00:21
-
-
Save KrishGarg/e3190497e7e76db995e6d016699177de to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"compilerOptions": { | |
"module": "commonjs", | |
"target": "es6" | |
}, | |
"exclude": ["node_modules", "**/node_modules/*"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment