diff --git a/tsconfig.json b/tsconfig.json index 6059c7c4..df1a32d9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -63,8 +63,6 @@ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ /* Advanced Options */ - "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */, - - "verbatimModuleSyntax": true + "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ } }