(build): it works, then it doesn't.

This commit is contained in:
2026-06-13 22:11:53 +00:00
parent b153d80e4a
commit 2c5f6f50da
+2
View File
@@ -4,6 +4,8 @@
"noUnusedLocals": true, "noUnusedLocals": true,
"noImplicitAny": false, "noImplicitAny": false,
"target": "esnext",
"module": "es2022",
"moduleResolution": "bundler", "moduleResolution": "bundler",
"esModuleInterop": true, "esModuleInterop": true,