Skip to content

Commit 097b745

Browse files
author
JB AUBREE
committed
build: remove useless dts inlinedLibraries config
1 parent 4ed35da commit 097b745

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

dts.config.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
"outFile": "./dist/index.d.ts",
1010
"libraries": {
1111
"importedLibraries": ["vue"],
12-
"inlinedLibraries": [
13-
"joi",
14-
"superstruct",
15-
"valibot",
16-
"yup",
17-
"zod"
18-
]
12+
"inlinedLibraries": ["joi"]
1913
},
2014
"output": {
2115
"exportReferencedTypes": false

0 commit comments

Comments
 (0)