Minor cleanups

This commit is contained in:
Sidharth Vinod
2024-05-21 22:24:04 +05:30
parent ca2c112c9a
commit aa63f320f8
5 changed files with 5 additions and 6 deletions

View File

@@ -15,7 +15,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: {