From a5af21fefb103069fda08095daf27a375ac62510 Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Mon, 25 Apr 2022 22:27:11 -0700 Subject: [PATCH] jsconfig for paths --- net/web/jsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 net/web/jsconfig.json diff --git a/net/web/jsconfig.json b/net/web/jsconfig.json new file mode 100644 index 00000000..5875dc5b --- /dev/null +++ b/net/web/jsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "baseUrl": "src" + }, + "include": ["src"] +}