diff --git a/package-lock.json b/package-lock.json index f5f110b..cac872f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "npm-run-all2": "8.0.4", "rimraf": "6.1.3", "tsx": "4.21.0", - "typescript": "5.9.3", + "typescript": "6.0.2", "vitest": "4.1.1" }, "engines": { @@ -2966,9 +2966,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", + "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index aa5813d..8b55a86 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "lint-staged": "16.4.0", "npm-run-all2": "8.0.4", "tsx": "4.21.0", - "typescript": "5.9.3", + "typescript": "6.0.2", "vitest": "4.1.1" }, "peerDependencies": { diff --git a/tsconfig.json b/tsconfig.json index a3e27a7..1e7999a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "moduleResolution": "NodeNext", "outDir": "dist", "rootDir": "src", - "skipLibCheck": true + "skipLibCheck": true, + "types": ["node"] }, "include": ["src/**/*"], "exclude": ["src/__fixtures__"]