Files
AppFlowy-Web/tsconfig.web.json
2025-09-03 16:13:44 +08:00

20 lines
295 B
JSON

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