mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
9135fb94ad
* feat: support web document and cypress test * fix: support blocks * fix: support table and outline * fix: update nginx
14 lines
225 B
JSON
14 lines
225 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"exclude": [
|
|
"node_modules",
|
|
"src/application/services/tauri-services",
|
|
"**/*.cy.tsx"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|