remove import typings

This commit is contained in:
Mario Romano
2016-05-23 21:41:57 +01:00
parent e9505b6cd2
commit ede8f861ee
2 changed files with 79 additions and 80 deletions

View File

@@ -1,5 +1,3 @@
///<reference path="../node_modules/angular2/typings/browser.d.ts"/>
/*! /*!
* @license * @license
* Copyright 2016 Alfresco Software, Ltd. * Copyright 2016 Alfresco Software, Ltd.

View File

@@ -13,6 +13,7 @@
"exclude": [ "exclude": [
"dist", "dist",
"node_modules", "node_modules",
"typings" "typings/main",
"typings/main.d.ts"
] ]
} }