mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
- Add the @sd/config package with base and app TS config and a package.json - Include a base.tsconfig.json and an app.tsconfig.json for TS projects - Update the root tsconfig to remove apps/landing and add packages/config
9 lines
98 B
JSON
9 lines
98 B
JSON
{
|
|
"name": "@sd/config",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": "./*"
|
|
}
|
|
}
|