mtcute/packages/test/tests/tsconfig.json

10 lines
135 B
JSON
Raw Normal View History

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