minor changes

This commit is contained in:
OrJDev
2022-09-27 14:47:51 +03:00
parent f415f39c55
commit 2ee53b43b2
5 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import babel from "@rollup/plugin-babel";
import nodeResolve from "@rollup/plugin-node-resolve";
export default {
input: "src/index.ts",
input: "src/index.tsx",
output: [
{
file: "dist/index.js",