https://stackoverflow.com/questions/49836644/how-to-import-a-typedef-from-one-file-to-another-in-jsdoc-using-vs-code /** @typedef {string} Str */ /** @type {import('./type.js').Str} */ import文をtype節内で書く