mtcute/packages/test/tests/tsconfig.json

10 lines
115 B
JSON
Raw Normal View History

2023-11-08 17:28:45 +03:00
{
"extends": "../../../tsconfig.json",
"references": [
{ "path": "../" }
],
"include": [
"."
]
2023-11-08 17:28:45 +03:00
}