mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 09:43:10 +00:00
* fix(types): type `LoadedPlugin` is not generic `LoadedPlugin` referenced line 201 is not generic, causing typescript errors on end-user builds. * chore(types): add typescript dev dep, tsconfig and a test script Contributors will no longer inadvertently dump type errors since any IDE should check types now. * add missing plugins generic types Co-authored-by: slorber <lorber.sebastien@gmail.com>
8 lines
139 B
JSON
8 lines
139 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/tsconfig",
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
}
|
|
}
|