|
|
@ -3,6 +3,7 @@ |
|
|
"compilerOptions": { |
|
|
"compilerOptions": { |
|
|
"outDir": "../../dist/out-tsc", |
|
|
"outDir": "../../dist/out-tsc", |
|
|
"module": "preserve", |
|
|
"module": "preserve", |
|
|
|
|
|
"target": "es2021", |
|
|
"types": ["jest", "node"] |
|
|
"types": ["jest", "node"] |
|
|
}, |
|
|
}, |
|
|
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts", "jest.config.ts"] |
|
|
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts", "jest.config.ts"] |
|
|
|