Envek / Envek/aws-sam-typescript-layers-example
Makefile errors out if types are defined in separate file.
Open
- Dominant language
- TypeScript
- Stars
- 244
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
I've been following your guide on evilmartians, but the build process errors out at:
```
echo "{\"extends\": \"./tsconfig.json\", \"include\": [\"${HANDLER}\"] }" > tsconfig-only-handler.json
npm run build -- --build tsconfig-only-handler.json
```
After looking into it, it appears that the new json file is not created at all and I'm unsure about how to get it to create.
Node: 16.13.1 (Also doesn't work on 14.x)
SAM CLI: 1.36.0
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.