diff --git a/bun.lock b/bun.lock index 2b59ada..cfff917 100644 --- a/bun.lock +++ b/bun.lock @@ -17,7 +17,7 @@ "@types/lodash.mapkeys": "4.6.9", "@types/micromatch": "4.0.10", "prettier": "3.8.1", - "typescript": "5.9.3", + "typescript": "6.0.2", }, }, }, @@ -112,7 +112,7 @@ "to-regex-range": ["to-regex-range@5.0.1", "", { "dependencies": { "is-number": "^7.0.0" } }, "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ=="], - "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.16.0", "", {}, "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="], diff --git a/package.json b/package.json index 3663c75..e7e9225 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "@types/lodash.mapkeys": "4.6.9", "@types/micromatch": "4.0.10", "prettier": "3.8.1", - "typescript": "5.9.3" + "typescript": "6.0.2" } } diff --git a/tsconfig.json b/tsconfig.json index 8edd813..8507c02 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "allowSyntheticDefaultImports": true, "moduleDetection": "force", - "moduleResolution": "node", + "moduleResolution": "bundler", "module": "esnext", "target": "esnext", "noEmit": true,