Skip to content

Commit

Permalink
chore: remove noEmit
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettiC0des committed Oct 3, 2020
1 parent 46b962a commit 67a9399
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react"
"jsx": "react",
"outDir": "./dist",
"declaration": true
},
"include": [
"src"
Expand Down

0 comments on commit 67a9399

Please sign in to comment.