import {defineConfig} from '@rslib/core';

/**
 * rslib config for <%= packageName %>.
 *
 * `lib` is rendered from the format-* features you selected at scaffold:
 *   <%= libFormatsHumanList %>.
 */
export default defineConfig({
  source: {
    entry: {index: './src/index.ts'}
  },
  lib: <%= libFormatsRslibLiteral %>,
  output: {
    target: 'web',
    sourceMap: true
  }
});
