//myChart.js
import options from '/static/scripts/myScripts/chartModule/chartOptions.js'
const chartModule = (function() {
//some code
}();
//chartModule is not defined - ошибка в консоли
<script src="static/scripts/myScripts/chartModule/myChart.js" type="module" charset="utf-8"></script>