Improvements

Remove margin at the bottom
Update package dependencies
Update Pluggable widget package version
This commit is contained in:
iamrob
2023-06-05 13:53:13 +02:00
parent 3b85aac01d
commit 7c5eed1170
12 changed files with 19925 additions and 18628 deletions

View File

@@ -1,3 +1,6 @@
{
"extends": "./node_modules/@mendix/pluggable-widgets-tools/configs/tsconfig.base.json"
"extends": "./node_modules/@mendix/pluggable-widgets-tools/configs/tsconfig.base.json",
"compilerOptions": {
"jsx": "react"
}
}