Skip to content

Commit 5dc5e60

Browse files
committed
change wording + default value in package.json
1 parent efe590d commit 5dc5e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@
179179
},
180180
"rescript.settings.incrementalTypechecking.enable": {
181181
"type": "boolean",
182-
"default": false,
183-
"description": "(beta/experimental) Enable incremental type checking."
182+
"default": true,
183+
"description": "Enable incremental type checking."
184184
},
185185
"rescript.settings.incrementalTypechecking.acrossFiles": {
186186
"type": "boolean",

0 commit comments

Comments
 (0)