Skip to content

Commit b8d7fa0

Browse files
committed
refactor: remove redundant "allowSyntheticDefaultImports" config option
1 parent f5cf8de commit b8d7fa0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cli/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"rootDir": "src",
66
"types": ["ts-expose-internals-conditionally", "node"],
77
"outDir": "./dist",
8-
"sourceMap": true,
9-
"allowSyntheticDefaultImports": true
8+
"sourceMap": true
109
},
1110
"include": ["src"],
1211
"references": [

0 commit comments

Comments
 (0)