diff --git a/tsconfig.esm.json b/tsconfig.esm.json index 4c11bfc0ab..00eabe9c38 100644 --- a/tsconfig.esm.json +++ b/tsconfig.esm.json @@ -2,7 +2,6 @@ "extends": "./tsconfig.json", "compilerOptions": { "module": "NodeNext", - "moduleResolution": "NodeNext", // TODO: experiment with bundler & esnext - "noEmitHelpers": true /* Disable generating custom helper functions like '__extends' in compiled output. */ + "moduleResolution": "NodeNext" } -} +} \ No newline at end of file