Type error: Cannot find module '../../firebase-service-account.json' or its corresponding type declarations.
1 |
2 | import * as admin from 'firebase-admin';
> 3 | import * as serviceAccount from '../../firebase-service-account.json';
| ^
4 |
5 | if (!admin.apps.length) {
6 | admin.initializeApp({
Next.js build worker exited with code: 1 and signal: null
Error: Command "npm run build" exited with 1
```