-
-
Save ahgood/6845849dd8a7e420c32f1fa3bc70f86e 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