diff --git a/common/hellcooling/config/discord-pc-ptb.json b/common/hellcooling/config/discord-pc-ptb.json index 7acc902..a5153c4 100644 Binary files a/common/hellcooling/config/discord-pc-ptb.json and b/common/hellcooling/config/discord-pc-ptb.json differ diff --git a/common/hellcooling/config/ext/topaz/web.js b/common/hellcooling/config/ext/topaz/web.js new file mode 100644 index 0000000..195d523 Binary files /dev/null and b/common/hellcooling/config/ext/topaz/web.js differ diff --git a/common/hellcooling/config/ext/topaz/webpackModules/index.tsx b/common/hellcooling/config/ext/topaz/webpackModules/index.tsx new file mode 100644 index 0000000..f4177ca Binary files /dev/null and b/common/hellcooling/config/ext/topaz/webpackModules/index.tsx differ diff --git a/common/hellcooling/config/global.d.ts b/common/hellcooling/config/global.d.ts index 9bd2abc..7e2582e 100644 --- a/common/hellcooling/config/global.d.ts +++ b/common/hellcooling/config/global.d.ts @@ -9,4 +9,6 @@ declare global { // fetch an ext's actual config type and return that instead. getModuleOptions: (moduleName: string) => Record; }; + + const wreq: (module: string) => any; }