Files
spacedrive/packages/config/package.json
Jamie Pine ef6530d246 Add shared config package and update tsconfig
- 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
2025-12-10 20:16:35 -08:00

9 lines
98 B
JSON

{
"name": "@sd/config",
"version": "0.0.0",
"private": true,
"exports": {
"./*": "./*"
}
}