@infomaker/types-substance
v1.6.2
Published
TypeScript definitions for substance module
Downloads
77
Keywords
Readme
Installation
npm install --save-dev @infomaker/types-substance
Summary
This package contains type definitions for substance ( https://github.com/Infomaker/substance/tree/altgr-fix ).
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-*"
]
}
}
}