mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
fix(cli/module_graph): Set useDefineForClassFields to true (#9774)
Fixes #9773
This commit is contained in:
parent
7286eea75c
commit
c4709834b3
6 changed files with 18 additions and 0 deletions
|
@ -314,6 +314,7 @@ impl Inner {
|
|||
"noEmit": true,
|
||||
"strict": true,
|
||||
"target": "esnext",
|
||||
"useDefineForClassFields": true,
|
||||
}));
|
||||
let (maybe_config, maybe_root_uri) = {
|
||||
let config = &self.config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue