Skip to content

Commit

Permalink
chore: fix API reference generation
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsobol committed Jun 7, 2022
1 parent decff15 commit 3850427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
**/node_modules/**/*
**/lib/*
**/GraphQL.ts
!**/.vuepress/**/*
packages/cache/nuxt/plugin.js
packages/nuxt-module/plugins/i18n-cookies.js
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt-module/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"extends": "../../api-extractor.base.json",
"extends": "../api-extractor.base.json",
"mainEntryPointFilePath": "./lib/src/api-extractor-data.d.ts",
"dtsRollup": {
"untrimmedFilePath": "./lib/<unscopedPackageName>.d.ts"
},
"docModel": {
"apiJsonFilePath": "<projectFolder>/core/docs/reference/api/<unscopedPackageName>.api.json"
"apiJsonFilePath": "<projectFolder>/docs/reference/api/<unscopedPackageName>.api.json"
}
}

0 comments on commit 3850427

Please sign in to comment.