1 2 3 4 5 6 7 8 9 10 11 12import baseConfig from './18.mjs'; import config from '../../node/20.json' with { type: 'json' }; export default /** @type {import('./20.d.mts').default} */ ([ ...baseConfig, { languageOptions: { ecmaVersion: config.parserOptions.ecmaVersion, }, }, ]);