import TraditinalDict from '../json/traditional.json'; import { SimpleDict } from './types'; export default TraditinalDict as unknown as SimpleDict;