diff --git a/tsconfig.json b/tsconfig.json index 216a2cc0..ea0468f0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "allowJs": false, - "downlevelIteration": "true", + "downlevelIteration": true, "baseUrl": "./", "declaration": false, "emitDecoratorMetadata": true,