mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
remove redundant allowSyntheticDefaultImports (#1802)
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
"moduleResolution": "nodenext",
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"allowJs": true,
|
||||
"downlevelIteration": true,
|
||||
"esModuleInterop": true,
|
||||
@@ -21,4 +20,4 @@
|
||||
"./packages"
|
||||
],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user