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:
@ -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"]
|
||||
|
Reference in New Issue
Block a user