Skip to content

Commit

Permalink
build(sdk): json raw body
Browse files Browse the repository at this point in the history
Signed-off-by: sam bacha <sam@manifoldfinance.com>
  • Loading branch information
sambacha committed Sep 21, 2021
1 parent 1fb1d84 commit c1ca27d
Show file tree
Hide file tree
Showing 13 changed files with 39,233 additions and 5,305 deletions.
51 changes: 51 additions & 0 deletions api-extractor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@

{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",

"mainEntryPointFilePath": "<projectFolder>/build/esm/index.d.ts",

"bundledPackages": [],

"apiReport": {
"enabled": false
},

"docModel": {
"enabled": true,

"apiJsonFilePath": "<projectFolder>/../../build/<unscopedPackageName>.api.json"
},

"dtsRollup": {
"enabled": false
},

"tsdocMetadata": {
"enabled": false
},

"newlineKind": "lf",

"messages": {
"compilerMessageReporting": {
"default": {
"logLevel": "warning"
}
},

"extractorMessageReporting": {
"default": {
"logLevel": "warning"
},
"ae-missing-release-tag": {
"logLevel": "none"
}
},

"tsdocMessageReporting": {
"default": {
"logLevel": "warning"
}
}
}
}
8 changes: 8 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": "4.8.8",
"npmClient": "npm",
"useWorkspaces": true,
"packages": [
"packages/*"
]
}
Loading

0 comments on commit c1ca27d

Please sign in to comment.