Skip to content

Commit

Permalink
make api extractor work
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Mar 22, 2024
1 parent 6a410ef commit 25e6f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/adapter/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { Adapter, AdapterClass } from './lib/adapter/adapter';
export { Validator } from './lib/adapter/validator';
export * from './lib/_Types';
export * from '@/lib/_Types';
2 changes: 1 addition & 1 deletion packages/types-public/api-extractor.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "../adapter/build/esm/index.d.ts",
"mainEntryPointFilePath": "../adapter/build/cjs/index.d.ts",
"tsdocMetadata": {
"enabled": false
},
Expand Down

0 comments on commit 25e6f6b

Please sign in to comment.