mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 20:27:37 +00:00
update(ts-jest): update ts-config configuratin for 6.27 (#318)
This removes warnings about deprecated configuration option:
```text
tsConfig` is depecrated and will be removed in ts-jest 27
```
8fec6816e1
Thanks!
This commit is contained in:
committed by
GitHub
parent
0fa156791f
commit
51b7b21a3a
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
globals: {
|
||||
"ts-jest": {
|
||||
tsConfig: "tsconfig.json"
|
||||
tsconfig: "tsconfig.json"
|
||||
}
|
||||
},
|
||||
moduleFileExtensions: [
|
||||
|
||||
Reference in New Issue
Block a user