refactor: Merge typings into 11.4-dev branch

This commit is contained in:
zajrik
2018-08-13 22:20:33 -05:00
parent ebfbf20f07
commit efc8445260
8 changed files with 2283 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": [
"index.d.ts"
]
}