Using TypeScript 2.1

The Partial type was only added in TS v2.1
This commit is contained in:
Jack Sun
2017-08-29 16:57:22 -07:00
parent a39dc8f422
commit b04d8872dc

View File

@@ -3,6 +3,7 @@
// Definitions by: marvinscharle <https://github.com/marvinscharle>
// syy1125 <https://github.com/syy1125>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
export = deepmerge;