Skip to content

Instantly share code, notes, and snippets.

@johnbiundo
Created March 16, 2019 21:00
Show Gist options
  • Save johnbiundo/d021a7d331b12c236aae3cfb3e5bdb2d to your computer and use it in GitHub Desktop.
Save johnbiundo/d021a7d331b12c236aae3cfb3e5bdb2d to your computer and use it in GitHub Desktop.
test gist
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./"
},
"exclude": ["node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment