OpenPanel/packages/create-refine-app/tsconfig.test.json

16 lines
276 B
JSON
Raw Normal View History

2024-02-05 09:23:04 +00:00
{
"extends": "./tsconfig.json",
"include": [
"test",
"src/types"
],
"compilerOptions": {
"rootDir": ".",
"types": [
"jest"
],
"typeRoots": [
"../../node_modules/@types"
],
},
}