Created
November 28, 2019 13:04
-
-
Save AlphaNerd/cfc59fdd215c2c5f2fe6c5d4552f930d to your computer and use it in GitHub Desktop.
Typescript Basic Config for Web App
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": { | |
"target": "esnext", | |
"watch": true, | |
"lib": ["dom","es2017"] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment