Add typings (#925)

This commit is contained in:
acdenisSK
2016-11-27 16:28:46 +01:00
committed by Amish Shah
parent 9323882a8d
commit b85a589a01
3 changed files with 776 additions and 0 deletions

13
typings/tsconfig.json Normal file
View File

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