refactor: use TS project references instead of running tsc multiple times (#7437)

* refactor: use TS project references instead of running tsc multiple times

* deduplicate

* dedup

* eliminate --project

* add swc config

* add target
This commit is contained in:
Joshua Chen 2022-05-17 15:21:44 +08:00 committed by GitHub
parent 1bec5f673a
commit 7613ecb9ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 233 additions and 145 deletions

View file

@ -5,6 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/
/// <reference types="@docusaurus/module-type-aliases" />
declare module '@docusaurus/plugin-content-docs' {
import type {MDXOptions} from '@docusaurus/mdx-loader';
import type {

View file

@ -5,8 +5,6 @@
* LICENSE file in the root directory of this source tree.
*/
/// <reference types="@docusaurus/module-type-aliases" />
import type {BrokenMarkdownLink, Tag} from '@docusaurus/utils';
import type {
VersionMetadata,