@infomaker/types-writer
v8.2.0-beta.1
Published
TypeScript definitions for writer module
Downloads
76
Keywords
Readme
Installation
npm install --save-dev @infomaker/types-writer
Summary
This package contains type definitions for writer ( https://bitbucket.org/infomaker/writer-client ).
Enable Types
To enable discovery of this module, create this tsconfig.json
-file in your root folder:
{
"compilerOptions": {
"allowJs": true,
"noEmit": true,
"baseUrl": ".",
"paths": {
"*": [
"*",
"node_modules/@infomaker/types-*"
]
}
}
}