6 satır
102B

  1. {
  2. "watch": ["src"],
  3. "ext": ".ts,.js",
  4. "ignore": [],
  5. "exec": "ts-node ./src/index.ts"
  6. }