mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
11 lines
185 B
JSON
11 lines
185 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact"
|
|
},
|
|
"files": [
|
|
"build-scripts/social-previews/twitter-large-card.tsx"
|
|
]
|
|
}
|