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