Skip to content

Commit 2633b83

Browse files
committed
chore: Update tsconfig.json to include "lib" option for ESNext
1 parent 64dbd84 commit 2633b83

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
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"target": "ESNext",
44
"module": "CommonJS",
5+
"lib": ["ESNext"],
56
//"outDir": "dist",
67
"rootDir": "src",
78
// "strict": true,

0 commit comments

Comments
 (0)