I just installed and copied the code to routes file. I get this error
TS7016: Could not find a declaration file for module adonis-autoswagger.
/Users/ionutcapraru/work/github/ep2-api/node_modules/adonis-autoswagger/dist/index.jsimplicitly has an any type.
Try npm i --save-dev @types/adonis-autoswagger if it exists or add a new declaration (.d.ts) file containing declare module 'adonis-autoswagger';
I just installed and copied the code to routes file. I get this error