diff --git a/.npmignore b/.npmignore index d16e528..12221fb 100644 --- a/.npmignore +++ b/.npmignore @@ -1,8 +1,5 @@ tests -src -static -lib -plugins +/static CONTIBUTING.md renovate.json tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index eb7013a..f7caa8f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,6 +24,7 @@ ] }, "exclude": [ - "ai-warp-app" + "ai-warp-app", + "dist" ] }