mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[common/hc] domOptimizer: fix linting errors
This commit is contained in:
parent
1d8a922c4e
commit
73140035ee
3 changed files with 8 additions and 1 deletions
Binary file not shown.
7
common/hellcooling/config/global.d.ts
vendored
Normal file
7
common/hellcooling/config/global.d.ts
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
export {};
|
||||
|
||||
declare global {
|
||||
const hh: {
|
||||
constants: Record<string, string> & { categories: Record<string, string> };
|
||||
};
|
||||
}
|
|
@ -14,5 +14,5 @@
|
|||
},
|
||||
"typeRoots": ["/Users/alyxia/Documents/gitrepos/hh3/types"]
|
||||
},
|
||||
"include": ["./ext/**/*"]
|
||||
"include": ["./ext/**/*", "./global.d.ts"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue