diff --git a/bun.lock b/bun.lock index ae87879..0163413 100644 --- a/bun.lock +++ b/bun.lock @@ -20,7 +20,7 @@ "rsbuild-plugin-open-graph": "1.1.2", "rspress-language-tabs": "1.1.0", "rspress-plugin-font-figtree": "1.0.1", - "typescript": "5.9.3", + "typescript": "6.0.2", }, }, }, @@ -1014,7 +1014,7 @@ "type-fest": ["type-fest@5.4.4", "", { "dependencies": { "tagged-tag": "^1.0.0" } }, "sha512-JnTrzGu+zPV3aXIUhnyWJj4z/wigMsdYajGLIYakqyOW1nPllzXEJee0QQbHj+CTIQtXGlAjuK0UY+2xTyjVAw=="], - "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="], + "typescript": ["typescript@6.0.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="], "undici-types": ["undici-types@7.18.2", "", {}, "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w=="], diff --git a/package.json b/package.json index 52cfe57..f6f7c4b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "rsbuild-plugin-open-graph": "1.1.2", "rspress-language-tabs": "1.1.0", "rspress-plugin-font-figtree": "1.0.1", - "typescript": "5.9.3" + "typescript": "6.0.2" }, "trustedDependencies": [ "@quobix/vacuum" diff --git a/tsconfig.json b/tsconfig.json index 2c9a89f..086577e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "extends": "@tsconfig/bun/tsconfig.json", "compilerOptions": { + "types": ["bun"], "isolatedModules": true, "resolveJsonModule": true },