From 0f311a935b9988efafa1c344f0120106acc98add Mon Sep 17 00:00:00 2001 From: "code-update-service[bot]" <171255834+code-update-service[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:05:48 +0000 Subject: [PATCH] Adopt WJSP wise-library platform --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 0a1f128..a34afc6 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,9 @@ "tmp": "^0.2.1", "typescript": "~5.3.3", "vitest": "^1.2.1" + }, + "wise": { + "platform": "wise-library", + "strict": true } }