.npmignore 129 B

123456789101112
  1. # 发布时排除
  2. __tests__/
  3. api/
  4. docs/
  5. src/
  6. .editorconfig
  7. .eslintrc.js
  8. *.iml
  9. coverage
  10. jest.config.js
  11. tsconfig.json
  12. typedoc.json