Skip to content

Instantly share code, notes, and snippets.

@d6u
Created July 27, 2016 14:45
Show Gist options
  • Select an option

  • Save d6u/ddbbc0fffb2587db8cf32a37714a3561 to your computer and use it in GitHub Desktop.

Select an option

Save d6u/ddbbc0fffb2587db8cf32a37714a3561 to your computer and use it in GitHub Desktop.
{
"compileOnSaveDefinition": false,
"compilerOptions": {
"declaration": false,
"diagnostics": false,
"listFiles": false,
"module": "commonjs",
"noImplicitAny": true,
"outDir": "lib",
"pretty": true,
"removeComments": true,
"target": "es6",
"sourceMap": true,
"experimentalDecorators": true,
"moduleResolution": "node",
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true
},
"include": [
"src/index.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment