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