OpenPanel/packages/demo-sidebar/tsconfig.test.json

8 lines
117 B
JSON
Raw Normal View History

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