From a0f5b00ce8812703311dbffd69096b5d2757095a Mon Sep 17 00:00:00 2001 From: xiaowei Date: Thu, 17 Dec 2020 18:51:49 +0800 Subject: [PATCH] build: remove useless compiler options --- tsconfig.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 79e5a4d..7bad3c8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,10 +17,6 @@ "include": [ "./src/**/*" ], - "exclude": [ - "./src/peg/*", - "./src/jison/*" - ], "typeAcquisition": { "include": [ "jest"