💚 Fix embeds build and create-block CLI
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import React from 'react'
|
||||
/** @jsxImportSource react */
|
||||
|
||||
export const TogetherAiLogo = (props: React.SVGProps<SVGSVGElement>) => (
|
||||
<svg viewBox="0 0 32 32" {...props}>
|
||||
|
@ -5,6 +5,7 @@
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"noEmit": true,
|
||||
"jsx": "react"
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "react"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user