diff --git a/tsconfig.json b/tsconfig.json index cf6689e..52c9113 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,6 @@ "paths": { "~/*": ["src/*"] } - } -} \ No newline at end of file + }, + "exclude": ["dist/"] +}