Skip to content

Commit e26240c

Browse files
committed
Update tsconfig
1 parent 5593c2f commit e26240c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es2018", // Node.js v10
4+
"lib": ["es2018"], // https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
45
"module": "commonjs",
56
"outDir": "lib",
67
"rootDir": "src",

0 commit comments

Comments
 (0)