Mehdi Karamenjad

Results 3 comments of Mehdi Karamenjad

please add this to the ReadMe file it took me 30 minutes to figure out you have to do **require('stocks.js')** not **require('stocks')**

typescript does not recognize .graphql files by default. so I had to add the following in a definition file (.d.ts) ``` declare module "*.graphql" { const value: any; export =...