Skip to content

Commit abb18e5

Browse files
committed
[chore] Fix rollup TS Types generation
1 parent 182439f commit abb18e5

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"addprops",
1515
"agentlab",
1616
"aldkg",
17+
"Aleksei",
1718
"antd",
1819
"antv",
1920
"bgps",
@@ -62,6 +63,7 @@
6263
"Schema's",
6364
"Scroller",
6465
"SHACL",
66+
"Shport",
6567
"sider",
6668
"sparql",
6769
"Sparqled",

rollup.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const config = [
118118
}
119119
]
120120
},
121-
{
121+
/*{
122122
...commonInputOptions,
123123
plugins: [commonInputOptions.plugins, dts()],
124124
output: [
@@ -129,7 +129,7 @@ const config = [
129129
sourcemap: true,
130130
}
131131
]
132-
}
132+
}*/
133133
]
134134

135135
export default config

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"importHelpers": true,
1313
// output .d.ts declaration files for consumers
1414
"declaration": true,
15+
"declarationMap": true,
1516
// output .js.map sourcemap files for consumers
1617
"sourceMap": true,
1718
// match output dir to input dir. e.g. dist/index instead of dist/src/index

0 commit comments

Comments
 (0)