diff --git a/tsconfig.json b/tsconfig.json index 1e4d16e..2e9d44a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,8 @@ }, "jsx": "react-jsx", "jsxImportSource": "react" - } + }, + "exclude": [ + "./dist" + ] } \ No newline at end of file