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