Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit 6111718

Browse files
author
Long Ho
committed
chore: turn on preserveConstEnums so we export const enum properly
1 parent 1ca301a commit 6111718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"resolveJsonModule": true,
1010
"noUnusedLocals": true,
1111
"noUnusedParameters": true,
12+
"preserveConstEnums": true,
1213
"types": [
1314
"babel__core",
1415
"babel__generator",

0 commit comments

Comments
 (0)