package.json 305 B

123456789101112131415
  1. {
  2. "name": "@tsconfig/node16",
  3. "repository": {
  4. "type": "git",
  5. "url": "https://github.com/tsconfig/bases.git",
  6. "directory": "bases"
  7. },
  8. "license": "MIT",
  9. "description": "A base TSConfig for working with Node 16.",
  10. "keywords": [
  11. "tsconfig",
  12. "node16"
  13. ],
  14. "version": "1.0.4"
  15. }