Require TypeScript 2.2 due to the use of object

This commit is contained in:
Tanguy Krotoff
2017-03-16 09:52:31 +01:00
parent 5da935de2b
commit 029e384fa0
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
// Project: https://github.com/ReactTraining/react-router
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
// TypeScript Version: 2.2
declare module 'react-router-dom' {
import {

View File

@@ -11,7 +11,7 @@
// Dovydas Navickas <https://github.com/DovydasNavickas>
// Tanguy Krotoff <https://github.com/tkrotoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
// TypeScript Version: 2.2
declare module 'react-router' {
import * as React from 'react';