Files
customlistview/tsconfig.json

7 lines
142 B
JSON
Raw Permalink Normal View History

2020-12-21 09:18:57 +01:00
{
"extends": "./node_modules/@mendix/pluggable-widgets-tools/configs/tsconfig.base.json",
"compilerOptions": {
"jsx": "react"
}
2020-12-21 09:18:57 +01:00
}