From 51eb2d107057a217e2b9458c05e7eccb4f978036 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Tue, 21 Jun 2022 22:38:55 +0200 Subject: [PATCH] webapp: delete not required jsconfig.json --- webapp/jsconfig.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 webapp/jsconfig.json diff --git a/webapp/jsconfig.json b/webapp/jsconfig.json deleted file mode 100644 index 4aafc5f..0000000 --- a/webapp/jsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "compilerOptions": { - "target": "es5", - "module": "esnext", - "baseUrl": "./", - "moduleResolution": "node", - "paths": { - "@/*": [ - "src/*" - ] - }, - "lib": [ - "esnext", - "dom", - "dom.iterable", - "scripthost" - ] - } -}