Skip to content

Commit e32f9ae

Browse files
author
Sergey Khomushin
committed
tsconfig.json: disable class fields
1 parent 339ec69 commit e32f9ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"lib": ["ESNext", "DOM"],
66
"typeRoots": ["node_modules/@types"],
77
"moduleResolution": "node",
8-
"emitDecoratorMetadata": true,
9-
"experimentalDecorators": true,
8+
"useDefineForClassFields": false,
109
"declaration": true,
1110
"strict": true,
1211
"noImplicitAny": true,

0 commit comments

Comments
 (0)