Bugfix/fix export was not found warning (#3963)

* Fix export was not found warning

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-10-20 17:23:29 +02:00
committed by GitHub
parent 6abb94ba33
commit 4c658a1f6a
2 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"outDir": "../../dist/out-tsc",
"types": ["node"],
"emitDecoratorMetadata": true,
"target": "es2021"
"target": "es2021",
"module": "commonjs"
},
"exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"],
"include": ["**/*.ts"]