Remove the empty definition angular-file-upload (#11737)

This commit is contained in:
Andy
2016-10-05 13:43:14 -07:00
committed by Mohamed Hegazy
parent 930f286867
commit 87003eb27d
2 changed files with 0 additions and 26 deletions

View File

@@ -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 <https://github.com/johnnyreilly>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="ng-file-upload" />
// THIS FILE WILL REMOVE IF angular-file-upload.d.ts incoming.

View File

@@ -1,18 +0,0 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts"
]
}