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