Skip to content

Instantly share code, notes, and snippets.

@tanepiper
Created October 31, 2017 20:25
Show Gist options
  • Save tanepiper/8dd73e627893aed50c1bacaace7ee673 to your computer and use it in GitHub Desktop.
Save tanepiper/8dd73e627893aed50c1bacaace7ee673 to your computer and use it in GitHub Desktop.
Config file for node-bitly
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": ["es7"],
"allowJs": true,
"strict": false,
"noImplicitAny": false,
"strictNullChecks": false,
"noUnusedLocals": true,
"noUnusedParameters": true
},
"files": ["./src/bitly.js", "./src/lib.js"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment