Merge typings into master

This commit is contained in:
zajrik
2018-08-13 20:51:41 -05:00
parent afcac9196d
commit 1ff56eb09d
8 changed files with 2301 additions and 4 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"typings/index.d.ts"
]
}