From 299c4d93597b3065e6a1017ebe692cde66fc5e39 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Mon, 11 Oct 2021 01:03:21 +0200 Subject: feat(web): experiment with Lezer parser --- language-web/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'language-web/tsconfig.json') diff --git a/language-web/tsconfig.json b/language-web/tsconfig.json index 7f43a8b5..d028a64f 100644 --- a/language-web/tsconfig.json +++ b/language-web/tsconfig.json @@ -4,7 +4,7 @@ "module": "ES2020", "moduleResolution": "node", "paths": { - "xtext/*": ["./src/main/js/xtext/*"] + "xtext/*": ["./src/main/js/xtext/*"], }, "esModuleInterop": true, "allowSyntheticDefaultImports": true, @@ -16,5 +16,5 @@ "noEmit": true }, "include": ["./src/main/js/**/*"], - "exclude": ["./src/main/js/xtext/**/*"] + "exclude": ["./build/generated/sources/lezer/*"] } -- cgit v1.2.3-70-g09d2