cli: add experimental type builds

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-01-14 19:39:06 +01:00
parent 71b09c83be
commit 093e5e06e4
9 changed files with 195 additions and 10 deletions
+8
View File
@@ -144,6 +144,14 @@
"nodemon": "^2.0.2",
"ts-node": "^10.0.0"
},
"peerDependencies": {
"@microsoft/api-extractor": "^7.19.2"
},
"peerDependenciesMeta": {
"@microsoft/api-extractor": {
"optional": true
}
},
"resolutions": {
"@types/webpack-dev-server/@types/webpack": "^5.28.0"
},