mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-23 07:59:59 -04:00
8 lines
128 B
JSON
8 lines
128 B
JSON
{
|
|
"extends": "../config/tsconfig/react-library.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"outDir": "dist"
|
|
}
|
|
}
|