Skip to content

Commit 6fef9f6

Browse files
committed
allowImportingTsExtensions not needed anymore as react-postprocessing RC 2 has a fix
1 parent ee74474 commit 6fef9f6

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
@@ -26,8 +26,7 @@
2626
"@/*": [
2727
"./*"
2828
]
29-
},
30-
"allowImportingTsExtensions": true
29+
}
3130
},
3231
"include": [
3332
"next-env.d.ts",

0 commit comments

Comments
 (0)