diff --git a/packages/core/dts.config.js b/packages/core/dts.config.js new file mode 100644 index 0000000000..20f1c5c8e5 --- /dev/null +++ b/packages/core/dts.config.js @@ -0,0 +1,12 @@ +// Not transpiled with TypeScript or Babel, so use plain Es6/Node.js! +/** + * @type {import('dts-cli').DtsConfig} + */ +module.exports = { + // This function will run for each entry/format/env combination + rollup(config, options) { + config.output.name = "JSONSchemaForm"; + return config; // always return a config. + }, + }; + \ No newline at end of file