Skip to content

Commit f2775da

Browse files
committed
refactor: code review changes
1 parent 6ee4459 commit f2775da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-app/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"noImplicitOverride": true,
88
"noPropertyAccessFromIndexSignature": true,
99
"noImplicitReturns": true,
10-
"noFallthroughCasesInSwitch": true,
11-
"esModuleInterop": true
10+
"noFallthroughCasesInSwitch": true
1211
},
1312
"files": [],
1413
"include": [],

tsconfig.base.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"declaration": false,
77
"moduleResolution": "node",
88
"emitDecoratorMetadata": true,
9+
"esModuleInterop": true,
910
"experimentalDecorators": true,
1011
"importHelpers": true,
1112
"target": "es2015",

0 commit comments

Comments
 (0)