From e664c8a64b3d587fa9794acd39892851527a540a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Fri, 5 May 2023 14:25:56 +0200 Subject: [PATCH] update to webpack --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index eb38103..7fbc0ed 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "@quasar/app/tsconfig-preset", + "extends": "@quasar/app-webpack/tsconfig-preset", "target": "esnext", "compilerOptions": { "baseUrl": "src/",