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"] }