react-figma icon indicating copy to clipboard operation
react-figma copied to clipboard

📦 NEW: Add strict variables in tsconfig

Open meerhamzadev opened this issue 3 years ago • 4 comments
trafficstars

Hello, this PR is solving Issue #128. In this PR, I added different strict mode variables like: ✅ noImplicitAny ✅ noImplicitThis ✅ strictNullChecks ✅ strictPropertyInitialization ✅ alwaysStrict

meerhamzadev avatar Oct 03 '22 18:10 meerhamzadev

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
react-figma ✅ Ready (Inspect) Visit Preview Oct 3, 2022 at 6:46PM (UTC)

vercel[bot] avatar Oct 03 '22 18:10 vercel[bot]

@ilyalesik I opened the PR around eight days ago. Kindly have a look at it.

meerhamzadev avatar Oct 11 '22 18:10 meerhamzadev

@meerhamzadev hey! CI/CD fails on test and typescript (npm run test and npm run tsc commands), please take a look

ilyalesik avatar Oct 13 '22 08:10 ilyalesik

Hey @ilyalesik, This is due to the strict variables, I added in the tsconfig file. The code is throwing warnings due to strict mode.

meerhamzadev avatar Oct 13 '22 08:10 meerhamzadev