mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[be] Align tsconfig module/moduleResolution settings
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"extends": "@tsconfig/node18-strictest/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "nodenext",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"declaration": true,
|
||||
"declarationDir": "./dist",
|
||||
"declarationMap": false,
|
||||
|
||||
Reference in New Issue
Block a user