Skip to content

Instantly share code, notes, and snippets.

@kmaraz
Last active March 5, 2019 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmaraz/4ba35a36eb1d3d16aa5a9e55b5f642d2 to your computer and use it in GitHub Desktop.
Save kmaraz/4ba35a36eb1d3d16aa5a9e55b5f642d2 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"baseUrl": "./",
"target": "es5",
"module": "esnext",
"lib": ["es2018", "dom"],
"moduleResolution": "node",
"typeRoots": ["node_modules/@types"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment