tsconfig.json 134 B

12345678
  1. {
  2. "extends": "../tsconfig.json",
  3. "compilerOptions": {
  4. "noEmit": true,
  5. "types": ["node"]
  6. },
  7. "include": ["./**/*.ts"]
  8. }