mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
fork refine
This commit is contained in:
9
packages/devtools-internal/tsconfig.test.json
Normal file
9
packages/devtools-internal/tsconfig.test.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["test", "src"],
|
||||
"compilerOptions": {
|
||||
"rootDir": ".",
|
||||
"types": ["node", "jest", "@testing-library/jest-dom"],
|
||||
"typeRoots": ["../../node_modules/@types", "src"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user