OpenPanel/packages/react-hook-form/tsconfig.test.json
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

10 lines
227 B
JSON

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