From 8bef29fd74f24e3682069a1188386d90805a9904 Mon Sep 17 00:00:00 2001 From: Rob Palmer Date: Thu, 21 Jan 2021 05:38:15 +0000 Subject: docs: update implied tsconfig for "useDefineForClassFields" (#9196) --- docs/typescript/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/typescript') diff --git a/docs/typescript/configuration.md b/docs/typescript/configuration.md index ff2570718..4ab09dc6b 100644 --- a/docs/typescript/configuration.md +++ b/docs/typescript/configuration.md @@ -89,7 +89,8 @@ this: "lib": ["deno.window"], "module": "esnext", "strict": true, - "target": "esnext" + "target": "esnext", + "useDefineForClassFields": true } } ``` -- cgit v1.2.3