ya.make 192 B

12345678910111213141516
  1. OWNER(g:frontend-build-platform)
  2. PY3_LIBRARY()
  3. STYLE_PYTHON()
  4. PY_SRCS(
  5. ts_utils.py
  6. )
  7. PEERDIR(
  8. build/plugins/lib/nots/package_manager
  9. build/plugins/lib/nots/typescript
  10. )
  11. END()