Remove now-redundant 'typings' dir and custom-typings.d.ts

This commit is contained in:
SteveSandersonMS
2016-09-19 10:33:02 +01:00
parent ce0d2089d2
commit 1e08548aa0

View File

@@ -1,7 +0,0 @@
// This file is a workaround for angular2-universal-preview version 0.84.2 relying on the declaration of
// Node's 'url' module. Ideally it would not declare dependencies on Node APIs except where it also supplies
// the definitions itself.
declare module 'url' {
export interface Url {}
}