erm what the sigma

This commit is contained in:
Jose Daniel G. Percy 2025-04-25 00:23:29 +08:00
parent 9fd3f4a678
commit c613ef3f35

View File

@ -1,7 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES2020", "target": "ES2020",
"module": "CommonJS", "module": "ESNext",
"moduleResolution": "Node", "moduleResolution": "Node",
"lib": ["ES2020"], "lib": ["ES2020"],
"outDir": "dist", "outDir": "dist",