Files
customgroupbox/tsconfig.json

7 lines
141 B
JSON
Raw Normal View History

2020-10-28 23:30:50 +01:00
{
"extends": "./node_modules/@mendix/pluggable-widgets-tools/configs/tsconfig.base.json",
"compileerOptions": {
"jsx": "react"
}
}