diff --git a/bun.lockb b/bun.lockb index a388d79..c7dd6ee 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 50cfc70..28ad3d3 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@laserware/arcade": "^3.13.0" + "@laserware/arcade": "^3.13.3" }, "devDependencies": { "@types/bun": "latest", @@ -54,5 +54,9 @@ "tsup": "^8.3.5", "typedoc": "^0.27.6", "typescript": "^5.7.2" - } + }, + "trustedDependencies": [ + "@biomejs/biome", + "esbuild" + ] } diff --git a/tsconfig.json b/tsconfig.json index 814e186..7eea66e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,6 @@ "sourceMap": false, "strict": true, "strictNullChecks": true, - "stripInternal": true, "target": "ESNext", "verbatimModuleSyntax": true },