Files
tasq/node_modules/import-in-the-middle/test/fixtures/json-attributes.mjs
T
2026-04-09 19:01:53 +08:00

6 lines
104 B
JavaScript

import coolFile from './something.json' with { type: 'json' }
export default {
data: coolFile.data
}