Files
AppFlowy-Web/tsconfig.web.json

22 lines
342 B
JSON

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