Skip to content

Commit

Permalink
Avoid emit of generated files as it's done by the bundler itself
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jul 15, 2024
1 parent 9fe5ece commit dad877c
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 @@ -4,6 +4,7 @@
"module": "commonjs",
"outDir": "./dist",
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"lib": ["es2022", "dom"]
Expand Down

0 comments on commit dad877c

Please sign in to comment.