diff --git a/common/hellcooling/config/discord-pc-ptb.json b/common/hellcooling/config/discord-pc-ptb.json index dceba5b..e8681f1 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/noMediaMosaic.ts b/common/hellcooling/config/ext/noMediaMosaic.ts new file mode 100644 index 0000000..22eca1a Binary files /dev/null and b/common/hellcooling/config/ext/noMediaMosaic.ts differ diff --git a/common/hellcooling/config/pnpm-lock.yaml b/common/hellcooling/config/pnpm-lock.yaml index a9db6a8..48bae41 100644 --- a/common/hellcooling/config/pnpm-lock.yaml +++ b/common/hellcooling/config/pnpm-lock.yaml @@ -1,4 +1,8 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false dependencies: typescript: diff --git a/common/hellcooling/config/tsconfig.json b/common/hellcooling/config/tsconfig.json index 4dec0f9..75dc5fe 100644 --- a/common/hellcooling/config/tsconfig.json +++ b/common/hellcooling/config/tsconfig.json @@ -9,10 +9,19 @@ "noEmit": true, "jsx": "react", "paths": { - "@hh/*": ["/Users/alyxia/Documents/gitrepos/hh3/types/*"], - "@hh/ext/*": ["/Users/alyxia/Documents/gitrepos/hh3/ext/*"] + "@hh/*": [ + "/Users/alyxia/Documents/gitrepos/hh3/types/*", + "/Users/alyxia/Documents/Installations/hh3/types/*" + ], + "@hh/ext/*": [ + "/Users/alyxia/Documents/gitrepos/hh3/ext/*", + "/Users/alyxia/Documents/Installations/hh3/ext/*" + ] }, - "typeRoots": ["/Users/alyxia/Documents/gitrepos/hh3/types"] + "typeRoots": [ + "/Users/alyxia/Documents/gitrepos/hh3/types", + "/Users/alyxia/Documents/Installations/hh3/types" + ] }, "include": ["./ext/**/*", "./global.d.ts"] }