pankod/refine

View on GitHub
packages/mantine/tsconfig.test.json

Summary

Maintainability
Test Coverage
{
  "extends": "./tsconfig.json",
  "include": ["test", "src/types"],
  "compilerOptions": {
    "rootDir": ".",
    "types": ["jest"],
    "typeRoots": ["./node_modules/@types", "../../node_modules/@types"]
  }
}