fix(backend-api): 🐛 update module and resolution settings in tsconfig.json

This commit is contained in:
Lilith 2026-01-10 09:50:11 -08:00
parent e08060689e
commit 3954e1bdc8

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "nodenext",
"moduleResolution": "nodenext",
"module": "ESNext",
"moduleResolution": "bundler",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,