Skip to content

Instantly share code, notes, and snippets.

@alexneamtu
Created August 30, 2019 09:32
Show Gist options
  • Save alexneamtu/0a2e7df9ee80d6f713b991c79e30ced6 to your computer and use it in GitHub Desktop.
Save alexneamtu/0a2e7df9ee80d6f713b991c79e30ced6 to your computer and use it in GitHub Desktop.
{
"compileOnSave": true,
"compilerOptions": {
"noEmit": true,
"module": "commonjs",
"inlineSourceMap": true,
"inlineSources": true,
"target": "es2016",
"pretty": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"outDir": "./dist",
"noImplicitAny": false,
"lib": [
"es5",
"es6",
"dom",
"es2015.core",
"es2015.collection",
"es2015.generator",
"es2015.iterable",
"es2015.promise",
"es2015.proxy",
"es2015.reflect",
"es2015.symbol",
"es2015.symbol.wellknown",
"es2016",
"es2016.array.include",
"es2017",
"esnext.asynciterable"
]
},
"include": [
"**/*.ts"
],
"exclude": [
"node_modules/**",
"dist"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment