Skip to content

Commit 543c786

Browse files
committedNov 20, 2020
Re-enable the useDefineForClassFields flag
1 parent eee7b81 commit 543c786

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"noFallthroughCasesInSwitch": true,
2020
"noUncheckedIndexedAccess": true,
2121
"noEmitOnError": true,
22-
// Disabled because of TS bugs: https://github.com/sindresorhus/tsconfig/issues/7
23-
// "useDefineForClassFields": true,
22+
"useDefineForClassFields": true,
2423
"forceConsistentCasingInFileNames": true,
2524
"skipLibCheck": true
2625
}

0 commit comments

Comments
 (0)
Please sign in to comment.