CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/npm-tsconfig--node14

A base TSConfig for working with Node 14.

84

1.05x
Overview
Eval results
Files

rubric.jsonevals/scenario-2/

{
  "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--node14

tile.json