mtcute/packages/html-parser/tsconfig.json

14 lines
232 B
JSON
Raw Normal View History

2021-04-08 12:19:38 +03:00
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist/esm",
"rootDir": "./src"
2021-04-08 12:19:38 +03:00
},
"include": [
"./src",
],
"references": [
{ "path": "../client" }
]
2021-04-08 12:19:38 +03:00
}