Enable API CommonJS interop

This commit is contained in:
Austin A
2026-04-25 23:10:05 +01:00
parent 4b5fdd627b
commit 6a4f0be079

View File

@@ -6,6 +6,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ES2022",
"sourceMap": true,
"outDir": "./dist",