Created
October 31, 2017 20:25
-
-
Save tanepiper/8dd73e627893aed50c1bacaace7ee673 to your computer and use it in GitHub Desktop.
Config file for node-bitly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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