wip monorepo

This commit is contained in:
EthanShoeDev
2025-12-22 15:37:29 -05:00
parent 27309e1261
commit ac51644bda
69 changed files with 290 additions and 426 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "example-config",
"version": "0.0.1",
"type": "module",
"private": true,
"packageManager": "bun@1.3.3",
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"dsc-ts": "workspace:*"
},
"devDependencies": {
"typescript": "catalog:"
}
}