mtcute/packages/html-parser/tests/tsconfig.json

10 lines
115 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.json",
"references": [
{ "path": "../" }
],
"include": [
"."
]
}