Use ts 2.3, considering rdf-js uses default generics that require >= 2.3

This commit is contained in:
Laurens Rietveld 2018-10-29 22:45:59 +01:00
parent ae16e7adaa
commit b8cf3e74a0

View File

@ -2,6 +2,7 @@
// Project: https://github.com/rdf-ext/rdf-data-model
// Definitions by: Ruben Taelman <https://github.com/rubensworks>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
import * as RDF from "rdf-js";