0a9588abb7
- Add pagination support to findAll (page, limit query params) - Add findByTemplateId method to service - Add GET /by-template/:templateId endpoint to controller - Service already includes CRUD for QuestionBank and QuestionBankItem
13 lines
184 B
JSON
13 lines
184 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"incremental": false
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"test",
|
|
"dist",
|
|
"scripts",
|
|
"**/*spec.ts"
|
|
]
|
|
} |