https://github.com/aikoven/typed-ice
TypeScript definitions for ZeroC ICE
https://github.com/aikoven/typed-ice
ice typescript zeroc
Last synced: about 1 year ago
JSON representation
TypeScript definitions for ZeroC ICE
- Host: GitHub
- URL: https://github.com/aikoven/typed-ice
- Owner: aikoven
- Created: 2016-12-12T08:42:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T23:53:03.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T22:44:24.216Z (about 1 year ago)
- Topics: ice, typescript, zeroc
- Language: TypeScript
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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