Разворачивают проект на typescript. Подключаю конфиг Firebase.
Проект не компилируется из-за ошибки
[tsl] ERROR in D:\DESKTOP\BSM\Repos\check-out-dev\src\components\api\api.ts(4,32)
TS7016: Could not find a declaration file for module '../../../secret/firebaseConfig.js'. 'D:\DESKTOP\BSM\Repos\check-out-dev\secret\firebaseConfig.js' implicitly has an 'any' type.
конфиг Firebase подключен как
export const firebaseConfig = {
apiKey: 'хххх',
authDomain: 'ххххх.firebaseapp.com',
databaseURL: 'https://ххххххv.firebaseio.com',
projectId: 'ххххх',
storageBucket: 'хххххххххххх',
messagingSenderId: 'хххххххх',
appId: 'ххххххх',
}