From 0241e2cdebed56a5d56cccac95652917a74975a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Fri, 5 May 2023 14:26:12 +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 2fc2c80..406cff1 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",