We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
index.ts
src/index.ts
1 parent 9611453 commit 8931a1cCopy full SHA for 8931a1c
rollup.config.ts
@@ -9,7 +9,7 @@ const bundle =
9
const file = `dist/index.${ext}`;
10
11
return defineConfig({
12
- input: 'index.ts',
+ input: 'src/index.ts',
13
14
output: {
15
file,
index.ts renamed to src/index.ts
tsconfig.json
@@ -15,5 +15,5 @@
"types": ["node"]
16
},
17
18
- "include": ["index.ts", "rollup.config.ts"]
+ "include": ["src/index.ts", "rollup.config.ts"]
19
}
0 commit comments