bug26693.js(1,15): error TS2591: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
bug26693.js(1,20): error TS1003: Identifier expected.
bug26693.js(1,21): error TS1005: '}' expected.
bug26693.js(2,22): error TS2307: Cannot find module 'nope' or its corresponding type declarations.


==== bug26693.js (4 errors) ====
    /** @typedef {module:locale} hi */
                  ~~~~~~
!!! error TS2591: Cannot find name 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
                       ~
!!! error TS1003: Identifier expected.
                        ~
!!! error TS1005: '}' expected.
    import { nope } from 'nope';
                         ~~~~~~
!!! error TS2307: Cannot find module 'nope' or its corresponding type declarations.
    