@danielx/civet 0.6.76 → 0.6.77

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esbuild.js CHANGED
@@ -128,6 +128,7 @@ var rawPlugin = (options = {}, meta) => {
128
128
  ...configContents.options,
129
129
  target: ts.ScriptTarget.ESNext
130
130
  };
131
+ compilerOptions.jsx ?? (compilerOptions.jsx = "preserve");
131
132
  compilerOptionsWithSourceMap = {
132
133
  ...compilerOptions,
133
134
  sourceMap: true