Skip to content

Commit fbc4465

Browse files
committed
tsconfig: erasableSyntaxOnly
1 parent c326b15 commit fbc4465

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"@/*": ["./*"]
2020
},
2121
"strictNullChecks": true,
22-
"plugins": [{ "name": "next" }]
22+
"plugins": [{ "name": "next" }],
23+
"erasableSyntaxOnly": true
2324
},
2425
"include": [
2526
"next-env.d.ts",

0 commit comments

Comments
 (0)