changed imports to remove legacy

This commit is contained in:
csawatzky 2025-05-08 11:24:21 -06:00
parent 7b13366604
commit 5f53eb8873
7 changed files with 8 additions and 8 deletions

View file

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