Skip to content

Commit

Permalink
feat: cds schema for typescript build task (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel O'Grady <[email protected]>
  • Loading branch information
Akatuoro and daogrady authored Oct 15, 2024
1 parent d5502a1 commit 237c660
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
## Version 0.28.0 - TBD
### Added
- Schema definition for `cds.typer` options in `package.json` and `.cdsrc-*.json` files
- Schema definition for `typescript` cds build task.

### Fixed
- Entity elements of named structured types are flattened when using the option `--inlineDeclarations flat`
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
},
"cds": {
"schema": {
"buildTaskType": {
"name": "typescript",
"description": "TypeScript build plugin. For use after the nodejs build task."
},
"cds": {
"typer": {
"type": "object",
Expand Down

0 comments on commit 237c660

Please sign in to comment.