Skip to content

Commit

Permalink
add ts-ignore for jison in vite.config.cts
Browse files Browse the repository at this point in the history
  • Loading branch information
weedySeaDragon committed Sep 23, 2022
1 parent 4bedc49 commit 9ec935f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.cts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore no @types for jison
import { Generator } from 'jison';
import { defineConfig } from 'vitest/config';

Expand Down

0 comments on commit 9ec935f

Please sign in to comment.