spacedrive/interface/tsconfig.json
Vítor Vasconcellos bffa22681d
Revert some schema changes from #992 (#1003)
- Revert useExplorerSearchParams removal
 - Move schemas to a rout-schemas file
 - Formatting
2023-06-23 05:57:19 +00:00

21 lines
352 B
JSON

{
"extends": "../packages/config/base.tsconfig.json",
"compilerOptions": {
"declarationDir": "dist",
"paths": {
"~/*": ["./*"]
},
"types": ["vite-plugin-svgr/client", "vite/client", "node"]
},
"include": ["./**/*"],
"exclude": ["dist"],
"references": [
{
"path": "../packages/ui"
},
{
"path": "../packages/client"
}
]
}