mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-05 22:03:16 -04:00
8 lines
115 B
JSON
8 lines
115 B
JSON
{
|
|
"extends": "../config/base.tsconfig.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
}
|
|
}
|