pankod/refine

View on GitHub
packages/devtools-shared/tsconfig.test.json

Summary

Maintainability
Test Coverage
{
  "extends": "./tsconfig.json",
  "include": ["test", "src"],
  "compilerOptions": {
    "rootDir": ".",
    "types": ["node", "jest", "@testing-library/jest-dom"]
  }
}