Skip to content

Commit 3f0a707

Browse files
committed
perf: target to node 10
1 parent baa7bcc commit 3f0a707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "es2019",
4-
"lib": ["ESNext"],
5-
"module": "esnext",
3+
"target": "es2018",
4+
"lib": ["es2018"],
5+
"module": "commonjs",
66
"esModuleInterop": true,
77
"moduleResolution": "node",
88
"strict": true,

0 commit comments

Comments
 (0)