Skip to content

Instantly share code, notes, and snippets.

@AlphaNerd
Created November 28, 2019 13:04
Show Gist options
  • Save AlphaNerd/cfc59fdd215c2c5f2fe6c5d4552f930d to your computer and use it in GitHub Desktop.
Save AlphaNerd/cfc59fdd215c2c5f2fe6c5d4552f930d to your computer and use it in GitHub Desktop.
Typescript Basic Config for Web App
{
"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