mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
* Update website deps, remove 1s load time * Run biome migrate * Test without terser plugin * Do not always default to MDX * remove webpack terser plugin * Add some exclusions to website/tsconfig
10 lines
262 B
JSON
10 lines
262 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": "@docusaurus/tsconfig",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"downlevelIteration": true
|
|
},
|
|
"exclude": ["node_modules", ".docusarus", "build"]
|
|
}
|