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