mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
* build(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /website Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update TypeScript to 6.0.2 for all packages --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fleny <fleny113@outlook.com>
13 lines
384 B
JSON
13 lines
384 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": "@docusaurus/tsconfig",
|
|
"compilerOptions": {
|
|
// When @docusaurus/tsconfig is updated for TS 6, we can remove this and just extend the base config.
|
|
"baseUrl": null,
|
|
"paths": {
|
|
"@site/*": ["./*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", ".docusarus", "build"]
|
|
}
|