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

17 lines
291 B
JSON

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