Skip to content

Instantly share code, notes, and snippets.

@Sean-Bradley
Created April 14, 2019 10:22
Show Gist options
  • Save Sean-Bradley/b6983d000e9427c98c6cd56b634a2703 to your computer and use it in GitHub Desktop.
Save Sean-Bradley/b6983d000e9427c98c6cd56b634a2703 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"resolveJsonModule": true,
"esModuleInterop": true,
"outDir": "dist",
"sourceMap": true
},
"files": [
"./node_modules/@types/node/index.d.ts"
],
"include": [
"src/**/*.ts"
],
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment