mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
docs: update implied tsconfig for "useDefineForClassFields" (#9196)
This commit is contained in:
parent
413f79a494
commit
8bef29fd74
1 changed files with 2 additions and 1 deletions
|
@ -89,7 +89,8 @@ this:
|
|||
"lib": ["deno.window"],
|
||||
"module": "esnext",
|
||||
"strict": true,
|
||||
"target": "esnext"
|
||||
"target": "esnext",
|
||||
"useDefineForClassFields": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue