This commit is contained in:
2026-03-27 23:52:13 -05:00
parent 5cd5f5d4f2
commit b9cc69b7ae

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ES2020",
"module": "commonjs",
"lib": ["ES2020"],
"lib": ["ES2020", "DOM"],
"outDir": "./dist",
"rootDir": "./src",
"strict": true,