minor fixes

This commit is contained in:
OrJDev
2022-09-27 12:08:35 +03:00
parent f54fcbf40a
commit f415f39c55
5 changed files with 21 additions and 13 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.tsx",
input: "src/index.ts",
output: [
{
file: "dist/index.js",