|
|
@ -1,11 +1,12 @@ |
|
|
{ |
|
|
{ |
|
|
"extends": "./tsconfig.json", |
|
|
"extends": "./tsconfig.json", |
|
|
"compilerOptions": { |
|
|
"compilerOptions": { |
|
|
|
|
|
"moduleResolution": "bundler", |
|
|
"outDir": "../../dist/out-tsc", |
|
|
"outDir": "../../dist/out-tsc", |
|
|
"types": ["node"], |
|
|
"types": ["node"], |
|
|
"emitDecoratorMetadata": true, |
|
|
"emitDecoratorMetadata": true, |
|
|
"target": "es2021", |
|
|
"target": "es2021", |
|
|
"module": "commonjs" |
|
|
"module": "preserve" |
|
|
}, |
|
|
}, |
|
|
"exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"], |
|
|
"exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"], |
|
|
"include": ["**/*.ts"] |
|
|
"include": ["**/*.ts"] |
|
|
|