Skip to content

Instantly share code, notes, and snippets.

@r-i-c-h
Created January 30, 2020 20:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-i-c-h/20b0357ba7400bbc88b9d2dfc9f1ca56 to your computer and use it in GitHub Desktop.
Save r-i-c-h/20b0357ba7400bbc88b9d2dfc9f1ca56 to your computer and use it in GitHub Desktop.
Rich's tsconfig.json
{
"compilerOptions": {
"noImplicitAny": true,
"target": "es5",
"sourceMap": true,
"declaration": true,
"module": "es2015",
"moduleResolution": "node"
},
"exclude": [
"node_modules",
"dist"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment