From b4c2bc576e1abc6f15e2e703c8f35559fe3729e4 Mon Sep 17 00:00:00 2001 From: toniocodo Date: Thu, 21 Sep 2023 08:42:25 +0200 Subject: [PATCH] fix: typescript config --- apps/governance/tsconfig.app.json | 3 ++- apps/governance/tsconfig.json | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/governance/tsconfig.app.json b/apps/governance/tsconfig.app.json index e4c088685..a95bb5998 100644 --- a/apps/governance/tsconfig.app.json +++ b/apps/governance/tsconfig.app.json @@ -9,7 +9,8 @@ }, "files": [ "../../node_modules/@nx/react/typings/cssmodule.d.ts", - "../../node_modules/@nx/react/typings/image.d.ts" + "../../node_modules/@nx/react/typings/image.d.ts", + "../../libs/shared/theme/src/theme.d.ts" ], "exclude": [ "src/**/*.spec.ts", diff --git a/apps/governance/tsconfig.json b/apps/governance/tsconfig.json index de8ac582b..e98bc965b 100644 --- a/apps/governance/tsconfig.json +++ b/apps/governance/tsconfig.json @@ -4,7 +4,6 @@ "allowJs": false, "esModuleInterop": false, "allowSyntheticDefaultImports": true, - "strict": true, "types": [ "vite/client", "vitest"