Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aikoven/typed-ice

TypeScript definitions for ZeroC ICE
https://github.com/aikoven/typed-ice

ice typescript zeroc

Last synced: about 2 months ago
JSON representation

TypeScript definitions for ZeroC ICE

Awesome Lists containing this project

README

        

# TypeScript definitions for [Zeroc ICE](https://github.com/zeroc-ice/ice) [![npm version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url]

## Usage

*tsconfig.json*
```json
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"ice": ["../../node_modules/typed-ice"],
"ice/*": ["../../node_modules/typed-ice/*"]
}
}
}
```

[npm-image]: https://badge.fury.io/js/typed-ice.svg
[npm-url]: https://badge.fury.io/js/typed-ice
[travis-image]: https://travis-ci.org/aikoven/typed-ice.svg?branch=master
[travis-url]: https://travis-ci.org/aikoven/typed-ice