Skip to content

Commit aa6e6e0

Browse files
authored
fix(idempotency): transform private class fields (aws-powertools#2233)
1 parent 0ddf620 commit aa6e6e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tsconfig.esm.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"module": "NodeNext",
5-
"moduleResolution": "NodeNext", // TODO: experiment with bundler & esnext
6-
"noEmitHelpers": true /* Disable generating custom helper functions like '__extends' in compiled output. */
5+
"moduleResolution": "NodeNext"
76
}
8-
}
7+
}

0 commit comments

Comments
 (0)