From 2b29836c82c15bf3384c11270c835c9423835235 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 4 Oct 2024 11:55:44 +0100 Subject: [PATCH] pls bbg --- apps/frontend/tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/frontend/tsconfig.json b/apps/frontend/tsconfig.json index ed2cade..8095e65 100644 --- a/apps/frontend/tsconfig.json +++ b/apps/frontend/tsconfig.json @@ -15,6 +15,13 @@ "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", + "composite": false, + "declaration": true, + "declarationMap": true, + "inlineSources": false, + "noUnusedLocals": false, + "noUnusedParameters": false, + "preserveWatchOutput": true, "baseUrl": ".", "paths": { "@/*": ["./src/*"]