@fattureincloud/helpcenter-types
v0.2.0
Published
Fatture in Cloud Help center types library
Downloads
4
Maintainers
Keywords
Readme
TypeScript library that exports help-center widget types
it adds to the Window element function to manage Fatture in Cloud HelpCenter
Expanding the ESLint configuration
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
- Configure the top-level
parserOptions
property like this:
export default {
// other rules...
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
project: ['./tsconfig.json', './tsconfig.node.json'],
tsconfigRootDir: __dirname,
},
}