diff --git a/.vscode/settings.json b/.vscode/settings.json index c96c116..ec3b14d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,6 +14,7 @@ "addprops", "agentlab", "aldkg", + "Aleksei", "antd", "antv", "bgps", @@ -62,6 +63,7 @@ "Schema's", "Scroller", "SHACL", + "Shport", "sider", "sparql", "Sparqled", diff --git a/rollup.config.mjs b/rollup.config.mjs index a2c993a..70805a2 100644 --- a/rollup.config.mjs +++ b/rollup.config.mjs @@ -118,7 +118,7 @@ const config = [ } ] }, - { + /*{ ...commonInputOptions, plugins: [commonInputOptions.plugins, dts()], output: [ @@ -129,7 +129,7 @@ const config = [ sourcemap: true, } ] - } + }*/ ] export default config diff --git a/tsconfig.json b/tsconfig.json index 45abb4f..365fe61 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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