* Upgrade jest to 30.3.0 Remove use of https://github.com/brave/jest # Conflicts: # package-lock.json * more improvements that can be made with jest upgrade * format
10 lines
165 B
JSON
10 lines
165 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"isolatedModules": true,
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"esModuleInterop": true,
|
|
},
|
|
}
|