chore(deps): support TypeScript 6 build

This commit is contained in:
Affaan Mustafa
2026-05-17 02:10:36 -04:00
parent cac3877350
commit af79cbdf2c
2 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,8 @@
"sourceMap": true, "sourceMap": true,
"resolveJsonModule": true, "resolveJsonModule": true,
"isolatedModules": true, "isolatedModules": true,
"verbatimModuleSyntax": true "verbatimModuleSyntax": true,
"types": ["node"]
}, },
"include": [ "include": [
"plugins/**/*.ts", "plugins/**/*.ts",

8
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"eslint": "^9.39.2", "eslint": "^9.39.2",
"globals": "^17.4.0", "globals": "^17.4.0",
"markdownlint-cli": "^0.48.0", "markdownlint-cli": "^0.48.0",
"typescript": "^5.9.3" "typescript": "^6.0.3"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=18"
@@ -2725,9 +2725,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.9.3", "version": "6.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {