Files
brave-core/tsconfig-jest.json
T
2026-03-20 08:27:20 -04:00

9 lines
136 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"module": "ESNext",
"target": "ESNext",
"esModuleInterop": true,
},
}