OpenPanel/packages/react-table/tsconfig.test.json

17 lines
291 B
JSON
Raw Normal View History

2024-05-08 17:58:53 +00:00
{
"extends": "./tsconfig.json",
"include": [
"test",
"src",
],
"compilerOptions": {
"rootDir": ".",
"types": [
"jest"
],
"typeRoots": [
"../../node_modules/@types",
"src",
],
},
}