npm.io
3.7.10 • Published 6 years ago

typed-ice

Licence
GPL-2.0
Version
3.7.10
Deps
0
Size
363 kB
Vulns
0
Weekly
0
Stars
2

TypeScript definitions for Zeroc ICE npm version Build Status

Usage

tsconfig.json

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