* Fix export was not found warning * Update changelog --------- Signed-off-by: Dominik Willner <th33xitus@gmail.com>
13 lines
297 B
JSON
13 lines
297 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"types": ["node"],
|
|
"emitDecoratorMetadata": true,
|
|
"target": "es2021",
|
|
"module": "commonjs"
|
|
},
|
|
"exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"],
|
|
"include": ["**/*.ts"]
|
|
}
|