pegasus/frontend/tsconfig.jest.json

13 lines
308 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"isolatedModules": true,
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": false,
"types": ["jest", "node", "@testing-library/jest-dom"]
}
}