running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

tsconfig.node.json (267B)


      1 {
      2   "extends": "@tsconfig/node22/tsconfig.json",
      3   "files": [],
      4   "compilerOptions": {
      5     "noEmit": true,
      6     "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
      7 
      8     "module": "ESNext",
      9     "moduleResolution": "Bundler",
     10     "types": ["node"]
     11   }
     12 }