lib target ES2017 instead of ES2020

This commit is contained in:
garronej 2022-09-01 22:35:01 +02:00
parent 8bac57d87a
commit 5c7d3c5b44

View File

@ -4,7 +4,7 @@
"outDir": "../../dist/lib",
"rootDir": ".",
"module": "ES2020",
"target": "ES2020",
"target": "ES2017",
"lib": ["es2015", "DOM", "ES2019.Object"],
"moduleResolution": "node",
"jsx": "react",