Skip to content

Instantly share code, notes, and snippets.

@HyunSeob
Created July 9, 2017 11:01
Show Gist options
  • Save HyunSeob/4f6e62680a214f102398bb32ad695584 to your computer and use it in GitHub Desktop.
Save HyunSeob/4f6e62680a214f102398bb32ad695584 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "output",
"sourceMap": false,
"experimentalDecorators": true,
"allowJs": true,
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"*": [ "./node_modules/@types/*" ]
}
},
"include": [ "./functions/**/*.ts" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment