diff --git a/packages/backend/tsconfig.json b/packages/backend/tsconfig.json index 9436864..fcf6cb1 100644 --- a/packages/backend/tsconfig.json +++ b/packages/backend/tsconfig.json @@ -1,12 +1,13 @@ { "compilerOptions": { - "module": "commonjs", + "module": "node16", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, - "target": "ES2021", + "target": "ES2022", + "moduleResolution": "node16", "sourceMap": true, "outDir": "./dist", "baseUrl": "./",