AppFlowy/frontend/appflowy_web_app/tsconfig.web.json
Kilu.He 9135fb94ad
feat: support web document and cypress test (#5116)
* feat: support web document and cypress test

* fix: support blocks

* fix: support table and outline

* fix: update nginx
2024-04-29 14:32:14 +08:00

14 lines
225 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"src/application/services/tauri-services",
"**/*.cy.tsx"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}