AppFlowy/frontend/appflowy_web_app/tsconfig.web.json

13 lines
205 B
JSON
Raw Normal View History

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