chore: update tsconfig

This commit is contained in:
Il Harper 2024-03-06 11:37:59 +08:00
parent cceea79bd8
commit 5d9633eea0
No known key found for this signature in database
GPG Key ID: 4B71FCA698E7E8EC

View File

@ -11,5 +11,6 @@
"esModuleInterop": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"exactOptionalPropertyTypes": false,
}
}