npm install --save-dev @infomaker/types-substance
This package contains type definitions for substance ( https://github.com/Infomaker/substance/tree/altgr-fix ).
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-*"
]
}
}
}