Skip to content

Commit

Permalink
chore: add esnext so can use private # variables
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Jan 6, 2025
1 parent dfb3242 commit 58471a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensions/docker/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"moduleResolution": "Node",
"strict": true,
"lib": ["ES2017", "webworker"],
"sourceMap": true,
Expand Down

0 comments on commit 58471a4

Please sign in to comment.