diff --git a/tsconfig.json b/tsconfig.json index 23365bcc..98a33d7f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,5 +24,6 @@ "include": [ "Tone/**/*.ts", "test/**/*.ts" - ] + ], + "exclude": ["node_modules"] } \ No newline at end of file