diff --git a/tsconfig.json b/tsconfig.json index bb80f8cd9e..3966cd41fc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,9 @@ }, "exclude": [ "node_modules", - "dist/**", - "releases/**" + "dist", + "build", + "coverage", + "store" ] }