Use index.d.ts only (not foo/foo.d.ts) (#12834)

* Use index.d.ts only (not foo/foo.d.ts)

* Convert more packages

* Remove unnecessary references
This commit is contained in:
Andy
2016-11-21 12:58:06 -08:00
committed by GitHub
parent 6928f44556
commit 8841dfc744
248 changed files with 119 additions and 157 deletions

View File

@@ -13,7 +13,7 @@
"forceConsistentCasingInFileNames": true
},
"files": [
"socket.io-parser.d.ts",
"index.d.ts",
"socket.io-parser-tests.ts"
]
}