wip monorepo
This commit is contained in:
16
packages/example-config/package.json
Normal file
16
packages/example-config/package.json
Normal 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:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user