Skip to content

Commit d82eb33

Browse files
committed
chore: update tsconfig.base.json
1 parent 88cc930 commit d82eb33

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tsconfig.base.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
22
"compilerOptions": {
33
"composite": true,
4-
"target": "ESNext",
54
"lib": ["ESNext"],
6-
"module": "ESNext",
7-
"moduleResolution": "Bundler",
5+
"module": "preserve",
86
"resolveJsonModule": true,
97
"types": ["node"],
108
"noFallthroughCasesInSwitch": true,
11-
"noImplicitThis": true,
129
"noUncheckedIndexedAccess": true,
1310
"noUnusedLocals": true,
1411
"noUnusedParameters": true,

0 commit comments

Comments
 (0)