aboutsummaryrefslogtreecommitdiffstats
path: root/language-web/src/main/js/global.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'language-web/src/main/js/global.d.ts')
-rw-r--r--language-web/src/main/js/global.d.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/language-web/src/main/js/global.d.ts b/language-web/src/main/js/global.d.ts
index 39bda7f3..0533a46e 100644
--- a/language-web/src/main/js/global.d.ts
+++ b/language-web/src/main/js/global.d.ts
@@ -1,3 +1,9 @@
1declare const DEBUG: boolean;
2
3declare const PACKAGE_NAME: string;
4
5declare const PACKAGE_VERSION: string;
6
1declare module '*.module.scss' { 7declare module '*.module.scss' {
2 const cssVariables: { [key in string]?: string }; 8 const cssVariables: { [key in string]?: string };
3 // eslint-disable-next-line import/no-default-export 9 // eslint-disable-next-line import/no-default-export