Use es2015 to remove Set warning

This commit is contained in:
Justin Edmund 2023-08-21 17:28:54 -07:00
parent e47b800ac7
commit 8d41e377ed

View file

@ -1,7 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"baseUrl": ".", "baseUrl": ".",
"target": "es5", "target": "es2015",
"lib": ["dom", "dom.iterable", "esnext"], "lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,