Merge branch 'master' into types-2.0-2016-08-12

This commit is contained in:
Nathan Shively-Sanders
2016-08-12 14:53:54 -07:00
63 changed files with 10624 additions and 5331 deletions

19
tether-drop/tsconfig.json Normal file
View File

@@ -0,0 +1,19 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"tether-drop-tests.ts"
]
}