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