proto: fix proto generation, tsc: fix node imports of compiled code
This commit is contained in:
+2
-1
@@ -23,7 +23,7 @@
|
||||
"scripts": {
|
||||
"build:all": "yarn build && yarn build:docs",
|
||||
"build:docs": "typedoc",
|
||||
"build": "tsc -P tsconfig.build.json",
|
||||
"build": "tsc -P tsconfig.build.json && tsc-esm-fix --tsconfig='tsconfig.build.json' --ext='.js'",
|
||||
"changelog:last": "conventional-changelog -p angular -r 2",
|
||||
"changelog:preview": "conventional-changelog -p angular -u",
|
||||
"changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||
@@ -72,6 +72,7 @@
|
||||
"protobufjs-cli": "^1.1.3",
|
||||
"release-it": "^15.10.3",
|
||||
"ts-jest": "^29.3.2",
|
||||
"tsc-esm-fix": "^3.1.2",
|
||||
"tsx": "^4.20.3",
|
||||
"typedoc": "^0.27.9",
|
||||
"typedoc-plugin-markdown": "4.4.2",
|
||||
|
||||
Reference in New Issue
Block a user