Skip to content

Instantly share code, notes, and snippets.

@techitesh
Created September 6, 2018 14:30
Show Gist options
  • Save techitesh/411ea57f28658c1eab580e6f38015231 to your computer and use it in GitHub Desktop.
Save techitesh/411ea57f28658c1eab580e6f38015231 to your computer and use it in GitHub Desktop.
tsconfig
{
"compilerOptions": {
"target": "es6",
"noImplicitAny": false,
"rootDir": "./src",
"outDir": "./build",
"sourceMap": false
},
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment