notebook/packages/application/tsconfig.test.json

10 lines
136 B
JSON
Raw Normal View History

2020-12-04 21:15:41 +08:00
{
"extends": "../../tsconfigbase.test",
"include": ["src/**/*", "test/**/*"],
"references": [
{
"path": "."
}
]
}