Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Sep 4, 2024
1 parent e4297fd commit 1c22a96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api-extractor.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "<projectFolder>/dist/src/index.d.ts",
"apiReport": {
"enabled": true
"enabled": true,
"reportFolder": "<projectFolder>/temp"
},
"docModel": {
"enabled": true,
"apiJsonFilePath": "<projectFolder>/temp/<unscopedPackageName>.api.json"
"enabled": true
},
"dtsRollup": {
"enabled": false
Expand Down

0 comments on commit 1c22a96

Please sign in to comment.