From 182b20a3eee16e95a150236ea79999896cffbfea Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Fri, 13 Mar 2020 11:56:49 +0100 Subject: [PATCH] Move jsconfig to project root --- data/jsconfig.json => jsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename data/jsconfig.json => jsconfig.json (65%) diff --git a/data/jsconfig.json b/jsconfig.json similarity index 65% rename from data/jsconfig.json rename to jsconfig.json index cdfbd18..5875dc5 100644 --- a/data/jsconfig.json +++ b/jsconfig.json @@ -2,5 +2,5 @@ "compilerOptions": { "baseUrl": "src" }, - "include": ["src", "lib"] + "include": ["src"] }