ya.make 197 B

12345678910111213141516
  1. SUBSCRIBER(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()