mtcute/packages/deno/tsconfig.json

7 lines
71 B
JSON
Raw Normal View History

2024-04-28 22:41:28 +03:00
{
"extends": "../../tsconfig.json",
"include": [
"./src"
]
2024-04-28 22:41:28 +03:00
}