diff --git a/client-vscode/package-lock.json b/client-vscode/package-lock.json index dd9a206..0defec2 100644 --- a/client-vscode/package-lock.json +++ b/client-vscode/package-lock.json @@ -15,7 +15,7 @@ "@types/node": "^25", "@types/vscode": "^1.82.0", "@vscode/vsce": "^3.7.1", - "typescript": "^5.8.3" + "typescript": "^6.0.2" }, "engines": { "vscode": "^1.82.0" @@ -3933,9 +3933,9 @@ } }, "node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "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/client-vscode/package.json b/client-vscode/package.json index 1ff35c6..9b4792d 100644 --- a/client-vscode/package.json +++ b/client-vscode/package.json @@ -243,7 +243,7 @@ "@types/node": "^25", "@types/vscode": "^1.82.0", "@vscode/vsce": "^3.7.1", - "typescript": "^5.8.3" + "typescript": "^6.0.2" }, "dependencies": { "vscode-languageclient": "^9.0.1" diff --git a/client-vscode/tsconfig.json b/client-vscode/tsconfig.json index e8ded49..ad1837f 100644 --- a/client-vscode/tsconfig.json +++ b/client-vscode/tsconfig.json @@ -1,8 +1,8 @@ { "compilerOptions": { "target": "ESNext", - "module": "commonjs", - "moduleResolution": "node", + "module": "Node16", + "moduleResolution": "Node16", "outDir": "out", "lib": ["es2016"], "sourceMap": true,