Fix tsconfig.json.

pull/2/head
Joshua Potter 2023-12-02 07:51:30 -07:00
parent 57eeeafb7a
commit 4ce96f0e9e
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@
// calls. It seems like the "react" value mirrors esbuild's native
// "transform" option, but it isn't obvious how these two relate from the
// documentation: https://esbuild.github.io/api/#jsx.
"jsx": "react",
"jsx": "react"
}
}