mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-08-25 08:31:47 +00:00
* Update hast-util-to-jsx-runtime with npm override * Re-export JSX as namespace for remaining packages with issues May be addressed by future package updates or upgrading to docusaurus 3.10.x
18 lines
No EOL
425 B
JSON
18 lines
No EOL
425 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"esModuleInterop": true,
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo-client",
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"module": "CommonJS",
|
|
"target": "esnext",
|
|
"jsx": "react-jsx",
|
|
"types": ["node"],
|
|
"baseUrl": "./docs",
|
|
"lib": ["DOM"]
|
|
},
|
|
"include": ["src/socialCard/ImageRenderers.tsx", "types"]
|
|
} |