[X] 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