@danielx/civet 0.4.38 → 0.5.1

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/esm.mjs CHANGED
@@ -84,7 +84,7 @@ export async function load(url, context, next) {
84
84
  sourceMap: true,
85
85
  })
86
86
 
87
- const transpiledPath = url + ".ts"
87
+ const transpiledPath = url + ".tsx"
88
88
 
89
89
  // NOTE: Assuming ts-node hook follows load hook
90
90
  const result = await next(transpiledPath, {