From eea6b9d52578a0c58c8f4f34673c9992ecec58b4 Mon Sep 17 00:00:00 2001 From: Alexandre Hajjar Date: Tue, 27 Apr 2021 12:10:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20typescript=20config=20for?= =?UTF-8?q?=20publicodes=20AST=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publicodes/core/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publicodes/core/tsconfig.json b/publicodes/core/tsconfig.json index 7c81df221..a71de8cce 100644 --- a/publicodes/core/tsconfig.json +++ b/publicodes/core/tsconfig.json @@ -5,5 +5,5 @@ "declaration": true, "emitDeclarationOnly": true }, - "include": ["source/index.ts", "source/types"] + "include": ["source/index.ts", "source/types", "source/AST/**/*.ts"] }