From 1ce7131c1b20cc8dd99434b44a98a51eeffcb733 Mon Sep 17 00:00:00 2001 From: RealBeepMcJeep Date: Tue, 29 Aug 2023 14:39:15 -0700 Subject: [PATCH] remove jsconfig to match current staging --- jsconfig.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 790faa9d6..000000000 --- a/jsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "compilerOptions": { - "module": "ESNext", - "target": "ESNext", - "moduleResolution": "node", - "strictNullChecks": true, - "strictFunctionTypes": true, - "checkJs": true, - "allowUmdGlobalAccess": true, - "allowSyntheticDefaultImports": true - }, - "exclude": [ - "node_modules", - "**/node_modules/*" - ] -} \ No newline at end of file