mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 06:28:14 -04:00
14 lines
206 B
JSON
14 lines
206 B
JSON
{
|
|
"extends": "../../packages/config/app.tsconfig.json",
|
|
"include": ["src"],
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"compilerOptions": {}
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../packages/ui"
|
|
}
|
|
]
|
|
}
|