mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
* refactor @docusaurus/plugin-ideal-image refactor @docusaurus/plugin-ideal-image * Update react-ideal-image.d.ts * Update types.ts * Update IdealImage.tsx * Update package.json
11 lines
229 B
JSON
11 lines
229 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo",
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"jsx": "react",
|
|
"typeRoots": ["@types"],
|
|
}
|
|
}
|