Skip to content

Commit

Permalink
fix(tsconfig): noEmit is false
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Lüders committed Mar 3, 2023
1 parent 4a03294 commit 44f4cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"module": "ESNext",
"moduleResolution": "node",
"noEmit": true,
"noEmit": false,
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
Expand Down

0 comments on commit 44f4cd7

Please sign in to comment.