feat: improve monorepo dev experience

This commit is contained in:
2023-10-30 17:31:40 +01:00
parent f65fb52def
commit 8466976b3c
59 changed files with 157 additions and 2662 deletions

View File

@@ -31,6 +31,7 @@
},
"dependencies": {
"@openstapps/tsup-plugin": "workspace:*",
"@types/json-schema": "7.0.14",
"deepmerge": "4.3.1",
"ts-json-schema-generator": "1.4.0"
},
@@ -41,7 +42,6 @@
"@types/chai": "4.3.5",
"@types/fs-extra": "9.0.13",
"@types/glob": "8.0.1",
"@types/json-schema": "7.0.14",
"@types/mocha": "10.0.1",
"@types/mustache": "4.2.2",
"@types/node": "18.15.3",
@@ -58,7 +58,6 @@
},
"tsup": {
"entry": [
"src/app.ts",
"src/index.ts"
],
"sourcemap": true,