mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
19 lines
306 B
JSON
19 lines
306 B
JSON
{
|
|
"extends": "../config/base.tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"declarationDir": "dist",
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
},
|
|
"types": ["vite-plugin-svgr/client", "vite/client"]
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["dist"],
|
|
"references": [
|
|
{
|
|
"path": "../ui"
|
|
}
|
|
]
|
|
}
|