typebot.io/packages/spaces/tsconfig.json
Baptiste Arnaud 1541877836
👌 Introduce Spaces
2026-03-25 18:17:05 +01:00

14 lines
197 B
JSON

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}