Files
customlistview/tsconfig.json
iamrob 7c5eed1170 Improvements
Remove margin at the bottom
Update package dependencies
Update Pluggable widget package version
2023-06-05 13:53:13 +02:00

7 lines
142 B
JSON

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