mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
# Conflicts: # astro.config.ts # package-lock.json # package.json # src/types/plausible.d.ts # src/utils/debounce.ts
10 lines
223 B
JSON
10 lines
223 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"outDir": "build-scripts/social-previews/dist"
|
|
},
|
|
"include": ["build-scripts/social-previews/layouts/*.tsx"]
|
|
}
|