spacedrive/apps/web/tsconfig.json
Oscar Beaumont faeb0473cf
UI testing (#565)
* store demo data in React Query

* Playwright for UI screenshots

* use path based routing on web

* Fix Typescript error
2023-02-27 13:15:47 +08:00

14 lines
241 B
JSON

{
"extends": "../../packages/config/base.tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"declarationDir": "dist"
},
"include": ["src", "src/demoData.json"],
"references": [
{
"path": "../../packages/interface"
}
]
}