mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 06:01:31 -05:00
* feat(client): generate challenge data as static files * chore: hopefully this is better types * fix: add declaration file * fix: schema issues --------- Co-authored-by: sembauke <semboot699@gmail.com>
5 lines
170 B
TypeScript
5 lines
170 B
TypeScript
// this module needs to be present because we are importing types from the client
|
|
// in build-external-curricula-data.ts
|
|
|
|
declare module '@freecodecamp/react-bootstrap';
|