I am new to Netlify and was trying to create a new integration using the Netlify SDK create command wherein I selected ‘Build Event Handlers’ and ‘Integration UI’ as the boilerplate.
Once the integration is created, I am trying to build it locally (without changing anything) using ‘npm run build’. The netlify-integration build commands adds the path of the index.ts file to tsconfig.build.json under the include section but still the build fails with the error message “No inputs were found in the config file” possibly because the "" present in the path of index.ts file is getting treated as an escape character
What can I do to make sure that the build command points to the correct path of my index.ts file