AppFlowy/frontend/appflowy_tauri/test/tsconfig.json
Nathan.fooo 8a2f5fe789
Feat/tauri database effects (#1863)
* feat: config database view effects

* chore: add tests

* chore: config jest

* chore: config jest windows

* ci: wanrings

* chore: config folder effect
2023-02-19 14:59:04 +08:00

13 lines
280 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"module": "ESNext",
"types": [
"node",
"@wdio/globals/types",
"expect-webdriverio",
"@wdio/mocha-framework"
],
"target": "es2022"
}
}