Erster Docker-Stand
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { IParserConfig } from 'chevrotain';
|
||||
export type PrismaAstParserConfig = Pick<IParserConfig, 'nodeLocationTracking'>;
|
||||
export interface PrismaAstConfig {
|
||||
parser: PrismaAstParserConfig;
|
||||
}
|
||||
export default function getConfig(): PrismaAstConfig;
|
||||
Reference in New Issue
Block a user