diff --git a/tsconfig.json b/tsconfig.json index cc312a3..e3fdfb4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,6 @@ "noUnusedParameters": false, "noPropertyAccessFromIndexSignature": false }, - "include": ["src/**/*.ts"] + "include": ["src"], + "exclude": ["dist", "node_modules"] }