mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix: docs build
This commit is contained in:
parent
49744cf984
commit
dfdb61c0fb
4 changed files with 10 additions and 19 deletions
8
docs/typings.d.ts
vendored
8
docs/typings.d.ts
vendored
|
|
@ -5,9 +5,11 @@
|
|||
*/
|
||||
|
||||
/* SystemJS module definition */
|
||||
declare var module: {
|
||||
declare var module: NodeModule;
|
||||
interface NodeModule {
|
||||
id: string;
|
||||
};
|
||||
declare var require: any;
|
||||
}
|
||||
|
||||
declare var require: NodeRequire;
|
||||
declare var structure: any;
|
||||
declare var docs: any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue