mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
build: update config files
This commit is contained in:
parent
bea77e2104
commit
2f485d8639
7 changed files with 21 additions and 54 deletions
10
src/typings.d.ts
vendored
10
src/typings.d.ts
vendored
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue