typings.d.ts 70 Bytes Raw Blame History Permalink 1 2 3 4 declare module "*.json"{ const value: any; export default value; }