Bump minimum supported TS version to match React

This commit is contained in:
Sam A. Horvath-Hunt
2018-09-18 10:44:49 +01:00
parent ac9e273769
commit ddb6bc655a

View File

@@ -2,7 +2,7 @@
// Project: https://github.com/deseretdigital/dayzed
// Definitions by: Sam A. Horvath-Hunt <https://github.com/samhh>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
// TypeScript Version: 2.8
import { Component, ReactNode } from 'react';