Skip to content

Commit 6b75631

Browse files
committed
Dont useDefineForClassField after tsgo migration
1 parent 3a9bfa9 commit 6b75631

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tsconfig-base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"pretty": true,
1010

1111
"incremental": true,
12-
"experimentalDecorators": true
12+
"experimentalDecorators": true,
13+
"useDefineForClassFields": false
1314
}
1415
}

0 commit comments

Comments
 (0)