|
|
@ -2,7 +2,7 @@ |
|
|
"extends": "./tsconfig.json", |
|
|
"extends": "./tsconfig.json", |
|
|
"compilerOptions": { |
|
|
"compilerOptions": { |
|
|
"outDir": "../../dist/out-tsc", |
|
|
"outDir": "../../dist/out-tsc", |
|
|
"module": "commonjs", |
|
|
"module": "preserve", |
|
|
"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"] |
|
|
|