Move things to src

This commit is contained in:
Erin 2023-09-05 15:41:43 -04:00
parent 41a3ad8f6a
commit d86d678588
3 changed files with 1 additions and 1 deletions

View file

@ -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',