Skip to content

Commit 9f15cca

Browse files
committed
update
1 parent 63bd89f commit 9f15cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"scripts": {
109109
"build": "yarn build:transpile && yarn build:extract && yarn build:docs",
110110
"build:docs": "api-docs-gen ./temp/vue-i18n-extensions.api.json -c ./docsgen.config.js -o ./docs",
111-
"build:extract": "api-extractor run -l -c ./api-extractor.json",
111+
"build:extract": "api-extractor run -l -c ./api-extractor.json --typescript-compiler-folder node_modules/typescript",
112112
"build:transpile": "tsc -p .",
113113
"clean": "npm-run-all clean:*",
114114
"clean:cache:jest": "jest --clearCache",

0 commit comments

Comments
 (0)