Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
* SUPPORTED TOKENS: <projectFolder>, <packageName>, <unscopedPackageName>
* DEFAULT VALUE: "<projectFolder>/dist/<unscopedPackageName>.d.ts"
*/
"untrimmedFilePath": "<projectFolder>/dist/types/<unscopedPackageName>.d.ts"
"untrimmedFilePath": "<projectFolder>/dist/types/index.d.ts"

/**
* Specifies the output path for a .d.ts rollup file to be generated with trimming for an "alpha" release.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "module",
"module": "dist/es/index.js",
"main": "dist/cjs/index.js",
"types": "dist/types/height-app-api.d.ts",
"types": "dist/types/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
Expand All @@ -37,7 +37,7 @@
"dist/es/height-app-api.mjs.map",
"dist/es/index.js",
"dist/es/index.js.map",
"dist/types/height-app-api.d.ts"
"dist/types/index.d.ts"
],
"devDependencies": {
"@hyrious/esbuild-plugin-commonjs": "^0.2.2",
Expand All @@ -60,4 +60,4 @@
"dependencies": {
"cross-fetch": "^3.1.5"
}
}
}