Fix #10082: remove angular package dependency on itself (#10086)

* Fix #10082: Remove dependency of angular on itself

* Disable forceConsistentCasingInFileNames for now
This commit is contained in:
Mohamed Hegazy
2016-07-13 12:00:16 -07:00
committed by GitHub
parent 74c9f02a5a
commit 89f7ea7005
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
// Definitions by: Diego Vilar <http://github.com/diegovilar>, Tony Curtis <http://github.com/daltin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import * as angular from 'angular';
import * as angular from './index';
declare module "angular-mocks/ngMock" {
var _: string;

View File

@@ -14,6 +14,6 @@
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": false
}
}