From 87003eb27dcaf42a76088b190a819fc9d7889288 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 5 Oct 2016 13:43:14 -0700 Subject: [PATCH] Remove the empty definition angular-file-upload (#11737) --- angular-file-upload/index.d.ts | 8 -------- angular-file-upload/tsconfig.json | 18 ------------------ 2 files changed, 26 deletions(-) delete mode 100644 angular-file-upload/index.d.ts delete mode 100644 angular-file-upload/tsconfig.json diff --git a/angular-file-upload/index.d.ts b/angular-file-upload/index.d.ts deleted file mode 100644 index 6a5d821a91..0000000000 --- a/angular-file-upload/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -// Type definitions for Angular File Upload 4.2.1 -// Project: https://github.com/danialfarid/ng-file-upload -// Definitions by: John Reilly -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - -/// - -// THIS FILE WILL REMOVE IF angular-file-upload.d.ts incoming. diff --git a/angular-file-upload/tsconfig.json b/angular-file-upload/tsconfig.json deleted file mode 100644 index 79b9eb6b27..0000000000 --- a/angular-file-upload/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "compilerOptions": { - "module": "commonjs", - "target": "es6", - "noImplicitAny": true, - "strictNullChecks": false, - "baseUrl": "../", - "typeRoots": [ - "../" - ], - "types": [], - "noEmit": true, - "forceConsistentCasingInFileNames": true - }, - "files": [ - "index.d.ts" - ] -} \ No newline at end of file