I tried to add a global typings.d.ts exactly as described in readme but TypeScript compiler says Cannot find module 'typeless-package'.
Maybe the description is outdated?
Do I have to add it manually to tsconfig.json? If so i get the same error:
"typeRoots": [ "../node_modules/@types", "./typings.d.ts" ]