From 4fb7fa9db14fc07cf816cb0e120b1bf006fa4768 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Tue, 2 Jul 2024 13:14:52 -0400 Subject: [PATCH] Remove unncessary jsconfig (#82) --- src/jsconfig.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/jsconfig.json diff --git a/src/jsconfig.json b/src/jsconfig.json deleted file mode 100644 index 4f7c85568..000000000 --- a/src/jsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "baseUrl": ".", - "paths": { - "/*": ["./*"] - }, - "lib": ["DOM", "ES2022"] - }, - "include": [".", "../public/lib"] -}