From 2d70a3bc17fe94d0bf92d8362b8fda8a2e4a82e1 Mon Sep 17 00:00:00 2001 From: bobzel Date: Thu, 26 Jun 2025 16:41:01 -0400 Subject: fixed rendering pdfs, text selections on pdfs, --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index e8bec2744..39aa95bae 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "ES2017", + "target": "ES2022", "downlevelIteration": true, "removeComments": true, "experimentalDecorators": true, @@ -12,7 +12,7 @@ "allowJs": true, "sourceMap": true, "outDir": "dist", - "lib": ["DOM", "es2017"], + "lib": ["DOM", "es2022"], "typeRoots": ["./src/typings", "node_modules/@types", "./src/extensions/General"], "resolveJsonModule": true, "moduleResolution": "node" -- cgit v1.2.3-70-g09d2