From 62e5f4b1542143e86715fa3d684da6156f47a3a6 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 14 Oct 2025 18:30:32 -0400 Subject: try tsgo --- packages/plugin/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'packages/plugin') diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 48332ca59..3473940a0 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -4,7 +4,7 @@ "version": "0.15.3", "type": "module", "scripts": { - "typecheck": "tsc --noEmit", + "typecheck": "tsgo --noEmit", "build": "tsc" }, "exports": { @@ -21,6 +21,7 @@ "devDependencies": { "@tsconfig/node22": "catalog:", "@types/node": "catalog:", - "typescript": "catalog:" + "typescript": "catalog:", + "@typescript/native-preview": "catalog:" } -} \ No newline at end of file +} -- cgit v1.2.3