remove redundant allowSyntheticDefaultImports (#1802)

This commit is contained in:
华晨
2023-01-18 13:01:55 +08:00
committed by GitHub
parent e0eeb1c07e
commit d16951422b
2 changed files with 2 additions and 4 deletions

View File

@@ -8,7 +8,6 @@
"moduleResolution": "nodenext",
"strict": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"allowJs": true,
"downlevelIteration": true,
"esModuleInterop": true,
@@ -21,4 +20,4 @@
"./packages"
],
}
}
}