Skip to content

Instantly share code, notes, and snippets.

@d6u
Created October 25, 2016 15:13
Show Gist options
  • Select an option

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

Select an option

Save d6u/196d8211102c620132e90391698c1e20 to your computer and use it in GitHub Desktop.
{
"compileOnSave": false,
"enableAutoDiscovery": false,
"compilerOptions": {
"declaration": true,
"declarationDir": "lib",
"module": "commonjs",
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noResolve": false,
"outDir": "lib",
"pretty": true,
"sourceMap": true,
"target": "es5",
"moduleResolution": "node",
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"allowUnreachableCode": false,
"forceConsistentCasingInFileNames": true,
"strictNullChecks": true
},
"include": [
"typings-custom/*.d.ts",
"src/*.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment