diff --git a/tsconfig.json b/tsconfig.json index f94efef2..0357a85c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,15 +10,16 @@ "declaration": false, "importHelpers": true, "newLine": "LF", - "preserveConstEnums": true, + "preserveConstEnums": false, + "isolatedModules": false, "sourceMap": false, "allowJs": false, "checkJs": false, "noStrictGenericChecks": false, "allowSyntheticDefaultImports": false, "forceConsistentCasingInFileNames": true, - "experimentalDecorators": true, - "emitDecoratorMetadata": true, + "experimentalDecorators": false, + "emitDecoratorMetadata": false, "noErrorTruncation": true, "target": "ESNext", "lib": [