tsconfig.json 223 B

12345678910
  1. {
  2. "extends": "@briven/config/tsconfig/base.json",
  3. "compilerOptions": {
  4. "types": ["node"],
  5. "incremental": false,
  6. "ignoreDeprecations": "6.0"
  7. },
  8. "include": ["src"],
  9. "exclude": ["node_modules", "dist"]
  10. }