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

8 lines
117 B
JSON
Raw Normal View History

2024-02-05 09:23:04 +00:00
{
"extends": "./tsconfig.json",
"include": ["test"],
"compilerOptions": {
"rootDir": "."
}
}