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

This commit is contained in:
Lilith 2026-01-04 07:13:45 -08:00
parent cab0df5fac
commit 5428ccfb0a

View file

@ -1,8 +1,8 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"module": "node16",
"moduleResolution": "node16",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,