Add TypeScript definitions (#207)

This commit is contained in:
calebboyd 2017-10-17 22:10:43 -05:00 committed by Sindre Sorhus
parent 5e6d5fda44
commit f653b061d6
5 changed files with 152 additions and 2 deletions

9
types/tsconfig.json Normal file
View file

@ -0,0 +1,9 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noEmit": true,
"allowJs": true
}
}