aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-06-26 16:41:01 -0400
committerbobzel <zzzman@gmail.com>2025-06-26 16:41:01 -0400
commit2d70a3bc17fe94d0bf92d8362b8fda8a2e4a82e1 (patch)
treea9b733e4318f18890459a10ad50d393abf76f6e1 /tsconfig.json
parent0093370a04348ef38b91252d02ab850f25d753b2 (diff)
fixed rendering pdfs, text selections on pdfs,
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
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"