From 885297bad7ed1ba13d533e6948e23afb9ae744be Mon Sep 17 00:00:00 2001 From: pwangy Date: Thu, 7 Mar 2024 20:16:19 -0800 Subject: [PATCH] include jsconfig.json --- code/jsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 code/jsconfig.json diff --git a/code/jsconfig.json b/code/jsconfig.json new file mode 100644 index 0000000..7078885 --- /dev/null +++ b/code/jsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "baseUrl": "./src" + } + } \ No newline at end of file