You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the appropriate issue form for the bug I would like to report.
Expected
npm run test:solutions should pass in all projects, including configuration-options/secret-messages/02-allowed-imports.
Actual
Error: 02-allowed-imports/index.ts(1,20): error TS7016: Could not find a declaration file for module './answer.js'. '/home/runner/work/projects/projects/projects/configuration-options/secret-messages/02-allowed-imports/answer.js' implicitly has an 'any' type.
Error: 02-allowed-imports/index.ts(2,26): error TS2732: Cannot find module './guesses.json'. Consider using '--resolveJsonModule' to import module with '.json' extension.
Error: 02-allowed-imports/index.ts(8,33): error TS2532: Object is possibly 'undefined'.
Bug Report Checklist
main
branch of the repository.Expected
npm run test:solutions
should pass in all projects, includingconfiguration-options/secret-messages/02-allowed-imports
.Actual
Impacted Project
configuration-options/secret-messages/02-allowed-imports
Additional Info
No response
The text was updated successfully, but these errors were encountered: