Skip to content

Commit 8931a1c

Browse files
committed
Move index.ts to src/index.ts.
1 parent 9611453 commit 8931a1c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

rollup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const bundle =
99
const file = `dist/index.${ext}`;
1010

1111
return defineConfig({
12-
input: 'index.ts',
12+
input: 'src/index.ts',
1313

1414
output: {
1515
file,
File renamed without changes.

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"types": ["node"]
1616
},
1717

18-
"include": ["index.ts", "rollup.config.ts"]
18+
"include": ["src/index.ts", "rollup.config.ts"]
1919
}

0 commit comments

Comments
 (0)