Skip to content

Commit

Permalink
[chore] Fix rollup TS Types generation
Browse files Browse the repository at this point in the history
  • Loading branch information
amivanoff committed Sep 4, 2024
1 parent 182439f commit abb18e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"addprops",
"agentlab",
"aldkg",
"Aleksei",
"antd",
"antv",
"bgps",
Expand Down Expand Up @@ -62,6 +63,7 @@
"Schema's",
"Scroller",
"SHACL",
"Shport",
"sider",
"sparql",
"Sparqled",
Expand Down
4 changes: 2 additions & 2 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const config = [
}
]
},
{
/*{
...commonInputOptions,
plugins: [commonInputOptions.plugins, dts()],
output: [
Expand All @@ -129,7 +129,7 @@ const config = [
sourcemap: true,
}
]
}
}*/
]

export default config
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"importHelpers": true,
// output .d.ts declaration files for consumers
"declaration": true,
"declarationMap": true,
// output .js.map sourcemap files for consumers
"sourceMap": true,
// match output dir to input dir. e.g. dist/index instead of dist/src/index
Expand Down

0 comments on commit abb18e5

Please sign in to comment.