mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
13 lines
205 B
JSON
13 lines
205 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"src/application/services/tauri-services"
|
||
|
],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.node.json"
|
||
|
}
|
||
|
]
|
||
|
}
|