A base TSConfig for working with Node 14.
84
{
"context": "This criteria evaluates how well the engineer uses the @tsconfig/bases package ecosystem to extend TypeScript configurations for different Node.js environments. The focus is on proper usage of the extends field and package-specific configuration patterns.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Extends Node16 config",
"description": "Uses @tsconfig/node16/tsconfig.json in the extends field when generating configuration for Node.js 16",
"max_score": 25
},
{
"name": "Extends Node20 config",
"description": "Uses @tsconfig/node20/tsconfig.json in the extends field when generating configuration for Node.js 20",
"max_score": 25
},
{
"name": "Proper extends syntax",
"description": "Uses correct JSON syntax for the extends field (string value with proper path format: '@tsconfig/nodeXX/tsconfig.json')",
"max_score": 20
},
{
"name": "Configuration validation",
"description": "Validates that a tsconfig.json file contains an extends field pointing to a @tsconfig package",
"max_score": 20
},
{
"name": "Package dependencies",
"description": "Correctly uses @tsconfig/node16 and @tsconfig/node20 as dependencies in the implementation",
"max_score": 10
}
]
}Install with Tessl CLI
npx tessl i tessl/npm-tsconfig--node14docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10