Skip to content

Commit

Permalink
fix: specify js features available in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
0t4u committed Sep 9, 2024
1 parent 670f320 commit 33b9c28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"compilerOptions": {
"allowJs": true,
"lib": ["ES2023"],
"module": "node16",
"moduleResolution": "node16",
"outDir": "dist",
"target": "es2020",
"declaration": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 33b9c28

Please sign in to comment.