From 55ac0d803642934e5b137074ddf810bcdcc78b8e Mon Sep 17 00:00:00 2001 From: Rajat Saxena Date: Mon, 23 Dec 2024 22:16:45 +0530 Subject: [PATCH] Lint fixes --- apps/web/tsconfig.json | 2 +- packages/components-library/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index a9650416..cbeca71d 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -13,7 +13,7 @@ "@ui-lib/*": ["./ui-lib/*"], "@config/*": ["./config/*"], "@models/*": ["./models/*"], - "@/*": ["./*"], + "@/*": ["./*"] }, "strictNullChecks": true }, diff --git a/packages/components-library/tsconfig.json b/packages/components-library/tsconfig.json index a0cff713..6914d810 100644 --- a/packages/components-library/tsconfig.json +++ b/packages/components-library/tsconfig.json @@ -7,7 +7,7 @@ "strict": false, "paths": { "@/*": ["./src/*"], - "react": [ "./node_modules/@types/react" ] + "react": ["./node_modules/@types/react"] } }, "include": ["src/**/*", "additional.d.ts"]