chronocat/packages/engine-chronocat-api/tests/tsconfig.json

11 lines
132 B
JSON
Raw Normal View History

2024-03-13 14:50:07 +00:00
{
"extends": "../../../tsconfig.base",
"compilerOptions": {
"rootDir": ".."
},
"include": [
".",
"../src"
]
}