Skip to content

toranb/seamless-immutable-tsdefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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"
  ]
}

About

type defs for seamless-immutable 7

Resources

Stars

Watchers

Forks

Packages

No packages published