path_classifiers:
  generated:
    - "build/**/*.*"
    - "**/*.d.ts"
    - "**/*.js"
  test:
    - exclude: /
    - test
    - "src/**/*.test.ts"
