Remove circular dependency

express.d.ts and serve-static.d.ts had a circular dependency, which causes NuGet pain.
Extract core definitions from express.d.ts and move them to express-serve-static-core.d.ts
Update serve-static.d.ts to depend on express-serve-static-core.d.ts
This commit is contained in:
David Gardiner
2016-02-19 10:05:49 +10:30
parent 99c4fb76b5
commit 40191cf78c
5 changed files with 1100 additions and 1058 deletions
+29 -1056
View File
File diff suppressed because it is too large Load Diff