[common/hc] domOptimizer: fix linting errors

This commit is contained in:
Alyxia Sother 2023-05-23 15:17:49 +02:00
parent 1d8a922c4e
commit 73140035ee
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
3 changed files with 8 additions and 1 deletions

7
common/hellcooling/config/global.d.ts vendored Normal file
View File

@ -0,0 +1,7 @@
export {};
declare global {
const hh: {
constants: Record<string, string> & { categories: Record<string, string> };
};
}

View File

@ -14,5 +14,5 @@
},
"typeRoots": ["/Users/alyxia/Documents/gitrepos/hh3/types"]
},
"include": ["./ext/**/*"]
"include": ["./ext/**/*", "./global.d.ts"]
}