Move things to src
This commit is contained in:
parent
41a3ad8f6a
commit
d86d678588
3 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import typescript from '@rollup/plugin-typescript';
|
|||
import {defineConfig} from 'rollup';
|
||||
|
||||
export default defineConfig({
|
||||
input: 'index.ts',
|
||||
input: 'src/index.ts',
|
||||
output: {
|
||||
format: 'es',
|
||||
dir: 'build',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue