Skip to content

Commit

Permalink
build: node types workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed Nov 16, 2024
1 parent 278f5a2 commit a450de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"experimentalDecorators": true,
"moduleResolution": "node",
"importHelpers": true,
"skipLibCheck": true,
"target": "es2020",
"module": "es2020",
"lib": ["es2020", "dom"],
Expand Down

0 comments on commit a450de3

Please sign in to comment.