Skip to content

Commit

Permalink
refactor: remove redundant "allowSyntheticDefaultImports" config option
Browse files Browse the repository at this point in the history
  • Loading branch information
goestav committed Jul 2, 2024
1 parent f5cf8de commit b8d7fa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"rootDir": "src",
"types": ["ts-expose-internals-conditionally", "node"],
"outDir": "./dist",
"sourceMap": true,
"allowSyntheticDefaultImports": true
"sourceMap": true
},
"include": ["src"],
"references": [
Expand Down

0 comments on commit b8d7fa0

Please sign in to comment.