Using djs types globally

I can use the djs types globally on typescript? i tried:
// tsconfig
"typeRoots": [
      "node_modules/@types",
      "node_modules/discord.js/typings",
],
"types": ["discord.js"],
Was this page helpful?