From d2a158570e5c992fa8473c20845ef5a32b6e2f65 Mon Sep 17 00:00:00 2001 From: void Date: Wed, 14 Apr 2021 19:30:31 +0000 Subject: [PATCH] typescript: solo compilar app/ --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f3d5544..5f08534 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { + "include": ["app"], "compilerOptions": { "target": "es6", "module": "es2015",