diff --git a/tsconfig.json b/tsconfig.json index ea681c7b..446e89e5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,5 +3,5 @@ "experimentalDecorators": true, "allowJs": true }, - "excludes": "*/node_modules/*" + "exclude": "*/node_modules/*" }