Skip to content

Commit

Permalink
fix: ensure we set jsx to react
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Feb 11, 2022
1 parent 34e1d85 commit c2a5e6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/waci-pex/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"declarationDir": "dist"
"declarationDir": "dist",
"jsx": "react"
},
"references": [{ "path": "../ssi-sdk-core" }]
}

0 comments on commit c2a5e6f

Please sign in to comment.