Created
September 12, 2020 19:11
-
-
Save thatisuday/4ab23ca9eaf1fc87a83e100416965491 to your computer and use it in GitHub Desktop.
A simple TypeScript configuration file to be used with Webpack.
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": { | |
"noImplicitAny": true, | |
"target": "ES5", | |
"module": "ES2015" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment