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

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