* Remove OData v2 show case: Genres TreeView * Refactored bookstore and fiori services: consolidate routing and remove deprecated files * Add Jest configuration file with silent mode enabled * Refactor test files: streamline imports and remove redundant code * Change price field type to Price for better clarity and precision * Example for separation of concerns: access-control.cds
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"files.exclude": {
|
|
"**/node_modules": true,
|
|
"LICENSES": true,
|
|
".reuse": true
|
|
},
|
|
"debug.javascript.terminalOptions": {
|
|
"skipFiles": [
|
|
"<node_internals>/**",
|
|
"**/node_modules/**",
|
|
"**/cds/lib/lazy.js",
|
|
"**/cds/lib/req/cds-context.js",
|
|
"**/odata-v4/okra/**"
|
|
]
|
|
}
|
|
}
|