feat: set useDefineForClassFields to true (#10119)

Fixes: #9773
This commit is contained in:
Nayeem Rahman 2021-04-10 22:56:40 +01:00 committed by GitHub
parent 3ab94983b4
commit 8aa0d5f96e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 20 additions and 4 deletions

View file

@ -372,6 +372,7 @@ impl Inner {
"noEmit": true,
"strict": true,
"target": "esnext",
"useDefineForClassFields": true,
}));
let (maybe_config, maybe_root_uri) = {
let config = &self.config;