diff --git a/types/tsconfig.json b/types/tsconfig.json index 86328ebb1..181b36e34 100644 --- a/types/tsconfig.json +++ b/types/tsconfig.json @@ -9,8 +9,9 @@ "noEmit": true, "baseUrl": ".", + "types": [], "paths": { "handlebars": ["."] } } -} \ No newline at end of file +}