Files
bun.sh/test/snippets/custom-emotion-jsx/tsconfig.json
2022-06-22 23:21:48 -07:00

6 lines
71 B
JSON

{
"compilerOptions": {
"jsxImportSource": "@emotion/react"
}
}