seamless-immutable-tsdefs
v2.0.0
Published
type defs for seamless-immutable 7
Downloads
4
Readme
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"
]
}