Skip to content

Commit

Permalink
fix(idempotency): transform private class fields (#2233)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamorosi committed Mar 15, 2024
1 parent 0ddf620 commit aa6e6e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tsconfig.esm.json
Expand Up @@ -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"
}
}
}

0 comments on commit aa6e6e0

Please sign in to comment.