Files
AppFlowy-Web/tsconfig.web.json
Nathan.fooo b487e4eb1a chore: upload user timezone (#30)
* chore: upload user timezone

* chore: fix lint

* chore: fix test
2025-08-12 14:38:50 +08:00

18 lines
257 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"node_modules",
"**/*.cy.tsx",
"**/*.test.ts",
"**/*.test.tsx",
"**/__tests__/**",
"dist",
"coverage"
],
"references": [
{
"path": "./tsconfig.node.json"
}
]
}