diff --git a/@packages/@infrastructure/sso-client/tsconfig.json b/@packages/@infrastructure/sso-client/tsconfig.json index 14841d6ac..6d3b161f1 100755 --- a/@packages/@infrastructure/sso-client/tsconfig.json +++ b/@packages/@infrastructure/sso-client/tsconfig.json @@ -13,7 +13,8 @@ "forceConsistentCasingInFileNames": true, "moduleResolution": "node", "resolveJsonModule": true, - "jsx": "react-jsx" + "jsx": "react-jsx", + "types": ["vitest/globals"] }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] diff --git a/features/feature-flags/shared/tsconfig.json b/features/feature-flags/shared/tsconfig.json index 420531685..c7f31a14c 100755 --- a/features/feature-flags/shared/tsconfig.json +++ b/features/feature-flags/shared/tsconfig.json @@ -9,7 +9,7 @@ "declaration": true, "declarationMap": true, "outDir": "./dist", - "rootDir": "./src", + "rootDir": ".", "strict": true, "esModuleInterop": true, "skipLibCheck": true,