Skip to content

Commit

Permalink
fix: tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Nov 27, 2024
1 parent 381b5f2 commit a0410de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"moduleResolution": "node",
"checkJs": true,
"allowJs": true,
"noEmit": true,
"strict": true,
"resolveJsonModule": true,
"lib": ["es2015", "es2017.object", "esnext", "dom"]
"lib": ["esnext", "dom"]
},
"exclude": ["node_modules", "generated"]
}

0 comments on commit a0410de

Please sign in to comment.