In the "@dsboard/esp32s3_devkit_m" some pins are to set up correctly for ESP32-DevKit-M For example, the pin 49 is set to Input only, but in the [docs](https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitm-1.html) and the image below, 46 should be Input and Output.  I think it is getting this config from the [arch.json](https://github.com/microsoft/devicescript-esp32/blob/main/boards/esp32s3/arch.json#L15), but its not correct for DevKit M. Also I am trying to write a Liligo t-display-s3 board config, but I don't know how to overwrite this config. 
In the "@dsboard/esp32s3_devkit_m" some pins are to set up correctly for ESP32-DevKit-M
For example, the pin 49 is set to Input only, but in the docs and the image below, 46 should be Input and Output.
I think it is getting this config from the arch.json, but its not correct for DevKit M.
Also I am trying to write a Liligo t-display-s3 board config, but I don't know how to overwrite this config.