diff --git a/.gitignore b/.gitignore index 32e42b64..85c6feed 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ /es /index.js* /index.d.ts* +/types node_modules/ npm-debug.log tsconfig.tsbuildinfo diff --git a/package.json b/package.json index 0b10bc48..b932e73a 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "index.d.js.map", "components", "context", + "types", "utils", "hooks", "es"