Skip to content

Commit

Permalink
docs: update implied tsconfig for "useDefineForClassFields" (#9196)
Browse files Browse the repository at this point in the history
  • Loading branch information
robpalme authored Jan 21, 2021
1 parent 413f79a commit 8bef29f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/typescript/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ this:
"lib": ["deno.window"],
"module": "esnext",
"strict": true,
"target": "esnext"
"target": "esnext",
"useDefineForClassFields": true
}
}
```
Expand Down

0 comments on commit 8bef29f

Please sign in to comment.