OpenPanel/packages/inferencer/tsconfig.test.json

16 lines
276 B
JSON
Raw Normal View History

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