openpanel/packages/mantine/tsconfig.test.json
Stefan Pejcic 09f9f9502d packages
2024-11-07 19:03:37 +01:00

10 lines
214 B
JSON

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