AppFlowy/frontend/appflowy_web_app/tsconfig.web.json
Kilu.He c97ece5e81
chore: web and tauri project (#4996)
* chore: web and tauri project

fix: clippy

* fix: update version
2024-04-03 19:25:54 +08:00

13 lines
205 B
JSON

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