fix/ ng lint config

This commit is contained in:
Maxime GRIS
2020-08-30 14:24:16 +02:00
parent b71c514dcc
commit 753f828653
3 changed files with 7 additions and 7 deletions

2
src/typings.d.ts vendored
View File

@@ -1,5 +1,5 @@
/* SystemJS module definition */
declare var nodeModule: NodeModule;
declare const nodeModule: NodeModule;
interface NodeModule {
id: string;
}