changing the compiler to target ES6

This commit is contained in:
csawatzky 2025-05-08 11:15:11 -06:00
parent 328ab53416
commit 7b13366604

View file

@ -1,9 +1,9 @@
{ {
"compilerOptions": { "compilerOptions": {
"baseUrl": "src", "baseUrl": "src",
"target": "ES2020", "target": "ES6",
"useDefineForClassFields": true, "useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"], "lib": ["ES6", "DOM", "DOM.Iterable"],
"module": "ESNext", "module": "ESNext",
"skipLibCheck": true, "skipLibCheck": true,