mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Toolkit: rename deprecated tsConfig to tsconfig (#37630)
This commit is contained in:
parent
e0ca9585fe
commit
7e42bb5df0
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user