2.0.0 • Published 6 years ago

seamless-immutable-tsdefs v2.0.0

Weekly downloads
10
License
MIT
Repository
-
Last release
6 years ago

type defs for seamless-immutable 7

install

open the tsconfig.json file and add this to your paths

{
  "compilerOptions": {
    "target": "es2015",
    "module": "es2015",
    "moduleResolution": "node",
    "paths": {
      "app/*": ["app/*"],
      "seamless-immutable": ["node_modules/seamless-immutable-tsdefs/index.d.ts"]
    }
  },
  "include": [
    "**/*.ts"
  ]
}