declare module '*.json' {
    const value: any;
    export default value;
}

/* 
https://github.com/micnic/mime.json
*/