1
0
Fork 0
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:
Rob Palmer 2021-01-21 05:38:15 +00:00 committed by GitHub
parent 413f79a494
commit 8bef29fd74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,8 @@ this:
"lib": ["deno.window"],
"module": "esnext",
"strict": true,
"target": "esnext"
"target": "esnext",
"useDefineForClassFields": true
}
}
```