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