tsconfig.json 264 B

1234567891011
  1. {
  2. "extends": "@briven/config/tsconfig/node.json",
  3. "compilerOptions": {
  4. "outDir": "dist",
  5. "rootDir": "src",
  6. "incremental": false,
  7. "ignoreDeprecations": "6.0"
  8. },
  9. "include": ["src"],
  10. "exclude": ["node_modules", "dist", "src/**/*.test.ts"]
  11. }