Skip to content

Commit d2f0bae

Browse files
committed
Update api-extractor.json for API Extractor itself
1 parent ebb2009 commit d2f0bae

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/api-extractor/config/api-extractor.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/api-extractor.schema.json",
23
"project": {
34
"entryPointSourceFile": "lib/index.d.ts"
45
},

apps/api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "https://api-extractor.com",
2121
"main": "lib/index.js",
22-
"typings": "dist/index-internal.d.ts",
22+
"typings": "dist/rollup.d.ts",
2323
"tsdoc": {
2424
"tsdocFlavor": "AEDoc"
2525
},

0 commit comments

Comments
 (0)