Merge branch 'develop' into sidv/tinyMermaid

* develop: (1682 commits)
  docs: Fix casing of Frontmatter config
  spelling: youtube
  spelling: without
  spelling: withdrawal
  spelling: very
  spelling: typescript
  spelling: tooltip
  spelling: to
  spelling: threshold
  spelling: themeable
  spelling: the
  spelling: than
  spelling: text
  spelling: task
  spelling: syntax
  spelling: svg
  spelling: subgraphs
  spelling: style
  spelling: string
  spelling: strict
  ...
This commit is contained in:
Sidharth Vinod
2025-04-18 14:10:49 +05:30
720 changed files with 71447 additions and 27727 deletions

View File

@@ -10,7 +10,6 @@ export default defineConfig({
plugins: [
jison(),
jsonSchemaPlugin(), // handles .schema.yaml JSON Schema files
// @ts-expect-error According to the type definitions, rollup plugins are incompatible with vite
typescript({ compilerOptions: { declaration: false } }),
],
test: {
@@ -25,6 +24,7 @@ export default defineConfig({
exclude: [...defaultExclude, './tests/**', '**/__mocks__/**', '**/generated/'],
},
includeSource: ['packages/*/src/**/*.{js,ts}'],
clearMocks: true,
},
build: {
/** If you set esmExternals to true, this plugins assumes that