chore: migrate to @typescript/native-preview (tsgo)

This commit is contained in:
Michael Bleigh
2026-04-12 18:42:13 -07:00
parent 0179726222
commit 9594a1822b
13 changed files with 151 additions and 27 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
"test": "vitest run",
"test:ci": "vitest run",
"posttest": "npm run build",
"typecheck": "tsc --noEmit"
"typecheck": "tsgo --noEmit"
},
"files": [
"dist"
@@ -106,9 +106,9 @@
"@types/js-yaml": "^4.0.9",
"@types/json-stable-stringify": "^1.1.0",
"@types/picomatch": "^4.0.1",
"@typescript/native-preview": "^7.0.0-dev.20260412.1",
"chrome-devtools-mcp": "^0.19.0",
"msw": "^2.3.4",
"typescript": "^5.3.3",
"vitest": "^3.1.1"
},
"engines": {
+1 -1
View File
@@ -5,8 +5,8 @@
"lib": ["DOM", "DOM.Iterable", "ES2023"],
"composite": true,
"types": ["node", "vitest/globals"],
"baseUrl": ".",
"paths": {
"*": ["./*"],
"@google/gemini-cli-core": ["./index.ts"]
}
},