From da4eb0607e8a882b548a5f33c47841d2158fbc55 Mon Sep 17 00:00:00 2001 From: aria Date: Wed, 11 Mar 2026 19:25:00 +1100 Subject: [PATCH] a littel bit of tweaking --- pnpm-workspace.yaml | 4 ++++ tsconfig.base.json | 10 +++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 89723f9..48ee016 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,7 @@ packages: - "packages/*" - "examples/*" +allowBuilds: + core-js: true + es5-ext: true + esbuild: true diff --git a/tsconfig.base.json b/tsconfig.base.json index 84ce6b7..52f9c05 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,9 +1,13 @@ { "compilerOptions": { - "target": "ES2022", + "target": "ES2023", "module": "ESNext", "moduleResolution": "bundler", - "lib": ["ES2022", "DOM", "DOM.Iterable"], + "lib": [ + "ES2023", + "DOM", + "DOM.Iterable" + ], "strict": true, "esModuleInterop": true, "skipLibCheck": true, @@ -14,4 +18,4 @@ "declarationMap": true, "sourceMap": true } -} +} \ No newline at end of file -- 2.51.2