diff --git a/tsconfig.json b/tsconfig.json index 807562d..b61524c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,5 +13,12 @@ "sourceMap": true, "alwaysStrict": true, }, - "include": ["./src/**/*.ts"] + "include": [ + "./src/**/*.ts" + ], + "exclude": [ + "./tests/", + "./node_modules/", + "./dist/" + ] } \ No newline at end of file