Skip to content

Commit b0db4f9

Browse files
committed
chore: update tsconfig.json
1 parent 106958a commit b0db4f9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tsconfig.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55
"outDir": "dist",
66
"target": "ES2020",
77
"module": "ES2020",
8-
"moduleResolution": "node",
9-
"strict": true,
8+
"moduleResolution": "bundler",
9+
"types": ["node"],
1010
"declaration": true,
1111
"sourceMap": true,
1212
"noImplicitOverride": true,
13-
"noUnusedLocals": true,
14-
"esModuleInterop": true,
15-
"baseUrl": "."
13+
"noUnusedLocals": true
1614
}
1715
}

0 commit comments

Comments
 (0)