We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bd89f commit 9f15ccaCopy full SHA for 9f15cca
package.json
@@ -108,7 +108,7 @@
108
"scripts": {
109
"build": "yarn build:transpile && yarn build:extract && yarn build:docs",
110
"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",
+ "build:extract": "api-extractor run -l -c ./api-extractor.json --typescript-compiler-folder node_modules/typescript",
112
"build:transpile": "tsc -p .",
113
"clean": "npm-run-all clean:*",
114
"clean:cache:jest": "jest --clearCache",
0 commit comments