Skip to content

Instantly share code, notes, and snippets.

@dejanvasic85
Last active March 31, 2018 11:05
Show Gist options
  • Save dejanvasic85/b276a5ff9e4baf59571377c4e33fafd7 to your computer and use it in GitHub Desktop.
Save dejanvasic85/b276a5ff9e4baf59571377c4e33fafd7 to your computer and use it in GitHub Desktop.
Node with Docker on AWS Fargate
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "dist",
"sourceMap": true
},
"files": [
"./node_modules/@types/mocha/index.d.ts",
"./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