Skip to content

Commit

Permalink
fix: dts
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Mar 2, 2023
1 parent 89ed2cc commit 73ff0c5
Show file tree
Hide file tree
Showing 4 changed files with 393 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
storybook-static/
node_modules/
dist/
.DS_Store
.DS_Store
temp
54 changes: 54 additions & 0 deletions api-extractor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",

"mainEntryPointFilePath": "./temp/index.d.ts",
"bundledPackages": [],
"compiler": {
"overrideTsconfig": {
"compilerOptions": {
"paths": {
"@lib/*": [
"./temp/*"
]
}
}
}
},

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

"docModel": {
"enabled": false
},

"dtsRollup": {
"enabled": true,
"publicTrimmedFilePath": "dist/index.d.ts"
},

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

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

"extractorMessageReporting": {
"default": {
"logLevel": "warning"
}
},

"tsdocMessageReporting": {
"default": {
"logLevel": "warning"
}
}
}
}
Loading

0 comments on commit 73ff0c5

Please sign in to comment.