chore: allow js explicit (#991)

This commit is contained in:
Michael Kriese 2026-01-29 14:08:09 +01:00 committed by GitHub
parent 21d8fc497e
commit 5b01b3588f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
"@tsconfig/node20/tsconfig.json" "@tsconfig/node20/tsconfig.json"
], ],
"compilerOptions": { "compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"outDir": "dist", "outDir": "dist",
"module": "ESNext", "module": "ESNext",