(library
 (public_name parser_typescript.tree_sitter)
 (name parser_typescript_tree_sitter)
 (wrapped false)
 (libraries
   commons
   lib_parsing lib_parsing_tree_sitter
   tree-sitter-lang.typescript
   tree-sitter-lang.tsx
   ; the js AST covers also partially typescript
   parser_javascript.ast
   ast_generic ; a few AST_generic_helpers, ugly
 )
 (preprocess (pps ppx_deriving.show
		  ))
)
