[be] Align tsconfig module/moduleResolution settings
Joe Savona committed
Dec 4, 2023 at 11:19 UTC
1d36764ca9dbf8bd1683c0431ee669f72fab7747
1 file changed
+2
-1
compiler/packages/babel-plugin-react-forget/tsconfig.json
+2
-1
@@ -1,7 +1,8 @@
1
{
2
"extends": "@tsconfig/node18-strictest/tsconfig.json",
3
"compilerOptions": {
4
- "moduleResolution": "nodenext",
4
+ "module": "NodeNext",
5
+ "moduleResolution": "NodeNext",
6
"declaration": true,
7
"declarationDir": "./dist",
8
"declarationMap": false,