react-day-picker remove tsconfig.json types react and add reference comment in index.d.ts

This commit is contained in:
cwmoo740
2017-03-08 10:59:34 -05:00
parent 395d4c556b
commit 673f3c9b72
2 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,8 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
/// <reference types="react" />
import * as React from 'react';
declare namespace DayPicker {

View File

@@ -13,9 +13,7 @@
"typeRoots": [
"../"
],
"types": [
"react"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},