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