Skip to content

Commit 3c8a52f

Browse files
committed
tsconfig
1 parent ab58473 commit 3c8a52f

2 files changed

Lines changed: 21 additions & 20 deletions

File tree

dist/index.js

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"outDir": "./lib",
99
"rootDir": "./src",
1010
"strict": true,
11-
"target": "es2022"
11+
"target": "es2022",
12+
"types": ["node"]
1213
},
1314
"exclude": ["node_modules", "**/*.test.ts"]
1415
}

0 commit comments

Comments
 (0)