Skip to content

Commit 1ec0114

Browse files
committed
chore: update
1 parent 449c518 commit 1ec0114

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tsdown.config.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
import { defineConfig } from "tsdown"
22

3+
const banner = `/**
4+
* @author Toru Nagashima <https://github.com/mysticatea>
5+
* See LICENSE file in root directory for full license.
6+
*/`
7+
38
export default defineConfig({
49
entry: "./src/index.ts",
510
target: "es2015",
611
sourcemap: true,
712
outputOptions: {
8-
banner: `/**
9-
* @author Toru Nagashima <https://github.com/mysticatea>
10-
* See LICENSE file in root directory for full license.
11-
*/`,
13+
banner,
1214
},
1315
dts: true,
1416
format: "cjs",

0 commit comments

Comments
 (0)