Toolkit: rename deprecated tsConfig to tsconfig (#37630)
This commit is contained in:
@@ -60,7 +60,7 @@ export const jestConfig = (baseDir: string = process.cwd()) => {
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
isolatedModules: true,
|
||||
tsConfig: path.resolve(baseDir, 'tsconfig.json'),
|
||||
tsconfig: path.resolve(baseDir, 'tsconfig.json'),
|
||||
},
|
||||
},
|
||||
coverageReporters: ['json-summary', 'text', 'lcov'],
|
||||
|
||||
Reference in New Issue
Block a user