Firebase – TS18003: No inputs found in tsconfig.json for Cloud Function deployment
i'm working with Firebase Cloud Functions and Node js, suddenly i got this error and don't know how to solve it. Cloud function exports.getNewTest=functions.https.onRequest((request, response) => { response.end("Hello World"); }); CLI Build failed: > build > tsc error TS18003: No…