-
-
Notifications
You must be signed in to change notification settings - Fork 197
Closed
Labels
type: bugSomething isn't workingSomething isn't working
Description
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
mainbranch of the repository. - I have searched for related issues and found none that matched my issue.
- 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'.
Impacted Project
configuration-options/secret-messages/02-allowed-imports
Additional Info
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working