build: update config files

This commit is contained in:
Alexander Zhukov 2017-06-06 12:46:19 +03:00
parent bea77e2104
commit 2f485d8639
7 changed files with 21 additions and 54 deletions

10
src/typings.d.ts vendored
View file

@ -3,9 +3,9 @@
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
/* SystemJS module definition */
declare var module: {
id: string;
};
declare var tinymce: any;
/* SystemJS module definition */
declare var module: NodeModule;
interface NodeModule {
id: string;
}