* feat(docusaurus-adapter): Support docsearch key and adapter docs * chore(release): include docusaurus adapter in shipjs publish list * chore(docusaurus-adapter): remove libtmp and pin initial version * fix: issue with footer * fix: contextuals * fix all ts errors * fix: lint * fix lint
18 lines
435 B
JSON
18 lines
435 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "${configDir}/src",
|
|
"outDir": "${configDir}/lib",
|
|
"composite": true,
|
|
"declaration": true,
|
|
"target": "ES2021",
|
|
"lib": ["ES2021", "DOM"],
|
|
"jsx": "react-jsx",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
}
|
|
}
|