diff --git a/.gitignore b/.gitignore index e6039b55..087f6bc7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,11 @@ coverage/ v*/**/*.js v*/**/*.map v*/**/*.d.ts + +default/*.js +default/*.map +default/*.d.ts + +common/*.js +common/*.map +common/*.d.ts diff --git a/package.json b/package.json index 72c5f748..55f1f41c 100644 --- a/package.json +++ b/package.json @@ -23,9 +23,9 @@ "default/*", "common/*", "!**/*.ts", - "v*/*.d.ts", - "default/*.d.ts", - "common/*.d.ts" + "v*/**/*.d.ts", + "default/**/*.d.ts", + "common/**/*.d.ts" ], "engines": { "node": ">12"