Skip to content

Commit

Permalink
noEmit flag causing build errors, removing it fixes the build completion
Browse files Browse the repository at this point in the history
  • Loading branch information
calebnance authored and jake-figma committed May 4, 2022
1 parent a1e4d8f commit 7666646
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compilerOptions": {
"target": "es6",
"jsx": "react",
"noEmit": true, // Emit handled by webpack.
"typeRoots": [
"./node_modules/@types",
"./node_modules/@figma"
Expand Down

0 comments on commit 7666646

Please sign in to comment.