for (let file of files) { const json = await import(file, { assert: { type: 'json' } }) }