fix ESLint types loading for chevrotain

This commit is contained in:
Wolfsblvt
2024-07-17 04:44:52 +02:00
parent f63b875b76
commit 58481a6382
5 changed files with 2 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
import { CstParser } from './lib.js';
import { CstParser } from '../../lib/chevrotain.js';
import { MacroLexer } from './MacroLexer.js';
/**