oa tarde amigos da comunidade.
Está aparecendo esse erro depois que executo o npm run build no backend.
node_modules/@types/babel__traverse/index.d.ts:68:50 - error TS1005: ‘]’ expected.
68 export type ArrayKeys<T> = keyof { [P in keyof T as T[P] extends any[] ? P : never]: P };
node_modules/@types/babel__traverse/index.d.ts:68:53 - error TS1005: ‘;’ expected.
68 export type ArrayKeys<T> = keyof { [P in keyof T as T[P] extends any[] ? P : never]: P };
node_modules/@types/babel__traverse/index.d.ts:68:58 - error TS1005: ‘;’ expected.
68 export type ArrayKeys<T> = keyof { [P in keyof T as T[P] extends any[] ? P : never]: P };
node_modules/@types/babel__traverse/index.d.ts:68:70 - error TS1011: An element access expression should take an argument.
68 export type ArrayKeys<T> = keyof { [P in keyof T as T[P] extends any[] ? P : never]: P };
node_modules/@types/babel__traverse/index.d.ts:68:83 - error TS1005: ';' expected.
68 export type ArrayKeys<T> = keyof { [P in keyof T as T[P] extends any[] ? P : never]: P };
node_modules/@types/babel__traverse/index.d.ts:68:84 - error TS1128: Declaration or statement expected.
68 export type ArrayKeys<T> = keyof { [P in keyof T as T[P] extends any[] ? P : never]: P };
node_modules/@types/babel__traverse/index.d.ts:68:88 - error TS1128: Declaration or statement expected.
68 export type ArrayKeys<T> = keyof { [P in keyof T as T[P] extends any[] ? P : never]: P };
node_modules/@types/bluebird/index.d.ts:42:47 - error TS1005: '?' expected.
42 type PromisifyAllKeys<T> = T extends string ? `${T}Async` : never;
node_modules/@types/bluebird/index.d.ts:42:59 - error TS1005: ';' expected.
42 type PromisifyAllKeys<T> = T extends string ? `${T}Async` : never;
node_modules/@types/bluebird/index.d.ts:54:17 - error TS1005: ']' expected.
54 [K in keyof T as PromisifyAllKeys<K>]: ExtractAsyncMethod<T[K]>;
node_modules/@types/bluebird/index.d.ts:54:20 - error TS1005: ';' expected.
54 [K in keyof T as PromisifyAllKeys<K>]: ExtractAsyncMethod<T[K]>;
~~~~~~~~~~~~~~~~
node_modules/@types/bluebird/index.d.ts:54:39 - error TS1005: '(' expected.
54 [K in keyof T as PromisifyAllKeys<K>]: ExtractAsyncMethod<T[K]>;
node_modules/@types/bluebird/index.d.ts:54:40 - error TS1135: Argument expression expected.
54 [K in keyof T as PromisifyAllKeys<K>]: ExtractAsyncMethod<T[K]>;
node_modules/@types/bluebird/index.d.ts:54:66 - error TS1005: '(' expected.
54 [K in keyof T as PromisifyAllKeys<K>]: ExtractAsyncMethod<T[K]>;
node_modules/@types/bluebird/index.d.ts:55:1 - error TS1128: Declaration or statement expected.
55 };
node_modules/@types/bluebird/index.d.ts:58:17 - error TS1005: ']' expected.
58 [K in keyof T as T[K] extends never ? never : K]: T[K];
node_modules/@types/bluebird/index.d.ts:58:20 - error TS1005: ';' expected.
58 [K in keyof T as T[K] extends never ? never : K]: T[K];
node_modules/@types/bluebird/index.d.ts:58:25 - error TS1005: ';' expected.
58 [K in keyof T as T[K] extends never ? never : K]: T[K];
node_modules/@types/bluebird/index.d.ts:58:50 - error TS1005: ‘;’ expected.
58 [K in keyof T as T[K] extends never ? never : K]: T[K];
node_modules/@types/bluebird/index.d.ts:58:51 - error TS1128: Declaration or statement expected.
58 [K in keyof T as T[K] extends never ? never : K]: T[K];
node_modules/@types/bluebird/index.d.ts:59:1 - error TS1128: Declaration or statement expected.
59 };
node_modules/@types/express-serve-static-core/index.d.ts:99:68 - error TS1110: Type expected.
99 type RemoveTail<S extends string, Tail extends string> = S extends
${infer P}${Tail}
? P : S;
node_modules/@types/express-serve-static-core/index.d.ts:99:77 - error TS1005: '}' expected.
99 type RemoveTail<S extends string, Tail extends string> = S extends `${infer P}${Tail}` ? P : S;
node_modules/@types/express-serve-static-core/index.d.ts:99:78 - error TS1128: Declaration or statement expected.
99 type RemoveTail<S extends string, Tail extends string> = S extends `${infer P}${Tail}` ? P : S;
node_modules/@types/express-serve-static-core/index.d.ts:99:80 - error TS1005: ';' expected.
99 type RemoveTail<S extends string, Tail extends string> = S extends `${infer P}${Tail}` ? P : S;
node_modules/@types/express-serve-static-core/index.d.ts:101:33 - error TS1005: ';' expected.
101 RemoveTail<RemoveTail<S, `/${string}`>, `-${string}`>,
node_modules/@types/express-serve-static-core/index.d.ts:101:48 - error TS1005: ';' expected.
101 RemoveTail<RemoveTail<S, `/${string}`>, `-${string}`>,
node_modules/@types/express-serve-static-core/index.d.ts:102:8 - error TS1005: ';' expected.
102 `.${string}`
node_modules/@types/express-serve-static-core/index.d.ts:108:22 - error TS1005: ';' expected.
108 : Route extends `${string}(${string}`
node_modules/@types/express-serve-static-core/index.d.ts:108:23 - error TS1005: ';' expected.
108 : Route extends `${string}(${string}`
node_modules/@types/express-serve-static-core/index.d.ts:108:33 - error TS1005: ')' expected.
108 : Route extends `${string}(${string}`
node_modules/@types/express-serve-static-core/index.d.ts:110:26 - error TS1005: ';' expected.
110 : Route extends `${string}:${infer Rest}`
node_modules/@types/express-serve-static-core/index.d.ts:110:27 - error TS1005: ';' expected.
110 : Route extends `${string}:${infer Rest}`
node_modules/@types/express-serve-static-core/index.d.ts:110:35 - error TS1128: Declaration or statement expected.
110 : Route extends `${string}:${infer Rest}`
node_modules/@types/express-serve-static-core/index.d.ts:110:37 - error TS1005: ';' expected.
110 : Route extends `${string}:${infer Rest}`
node_modules/@types/express-serve-static-core/index.d.ts:110:44 - error TS1005: ';' expected.
110 : Route extends `${string}:${infer Rest}`
node_modules/@types/express-serve-static-core/index.d.ts:114:52 - error TS1005: ';' expected.
114 : GetRouteParameter<Rest> extends `${infer ParamName}?`
node_modules/@types/express-serve-static-core/index.d.ts:114:53 - error TS1005: ';' expected.
114 : GetRouteParameter<Rest> extends `${infer ParamName}?`
node_modules/@types/express-serve-static-core/index.d.ts:114:60 - error TS1005: ';' expected.
114 : GetRouteParameter<Rest> extends `${infer ParamName}?`
~~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:114:70 - error TS1128: Declaration or statement expected.
114 : GetRouteParameter<Rest> extends `${infer ParamName}?`
node_modules/@types/express-serve-static-core/index.d.ts:118:28 - error TS1005: ';' expected.
118 (Rest extends `${GetRouteParameter<Rest>}${infer Next}`
node_modules/@types/express-serve-static-core/index.d.ts:118:29 - error TS1005: ';' expected.
118 (Rest extends `${GetRouteParameter<Rest>}${infer Next}`
node_modules/@types/express-serve-static-core/index.d.ts:118:53 - error TS1005: '(' expected.
118 (Rest extends `${GetRouteParameter<Rest>}${infer Next}`
node_modules/@types/express-serve-static-core/index.d.ts:118:55 - error TS1005: ';' expected.
118 (Rest extends `${GetRouteParameter<Rest>}${infer Next}`
node_modules/@types/express-serve-static-core/index.d.ts:118:62 - error TS1005: ';' expected.
118 (Rest extends `${GetRouteParameter<Rest>}${infer Next}`
node_modules/@types/express-serve-static-core/index.d.ts:234:41 - error TS1005: ';' expected.
234 * Map the given param placeholder `name`(s) to the given callback(s).
node_modules/@types/express-serve-static-core/index.d.ts:243:31 - error TS1005: ';' expected.
243 * of the user. Once the `next()` function is invoked, just like middleware
node_modules/@types/express-serve-static-core/index.d.ts:269:62 - error TS1005: ';' expected.
269 * Special-cased "all" method, applying the given route `path`,
node_modules/@types/express-serve-static-core/index.d.ts:365:49 - error TS1005: ';' expected.
365 * @param P For most requests, this should be `ParamsDictionary`, but if you're
~~~~~~~~~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:366:59 - error TS1005: ';' expected.
366 * using this in a route handler for a route that uses a `RegExp` or a wildcard
~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:367:5 - error TS1005: ';' expected.
367 * `string` path (e.g. `'/user/*'`), then `req.params` will be an array, in
~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:367:25 - error TS1005: ';' expected.
367 * `string` path (e.g. `'/user/*'`), then `req.params` will be an array, in
~~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:367:44 - error TS1005: ';' expected.
367 * `string` path (e.g. `'/user/*'`), then `req.params` will be an array, in
node_modules/@types/express-serve-static-core/index.d.ts:368:31 - error TS1005: ‘;’ expected.
368 * which case you should use
ParamsArray
instead.
node_modules/@types/express-serve-static-core/index.d.ts:373:84 - error TS1005: ';' expected.
373 * app.get('/user/:id', (req, res) => res.send(req.params.id)); // implicitly `ParamsDictionary`
~~~~~~~~~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:388:13 - error TS1005: ';' expected.
388 * The `Referrer` header field is special-cased,
~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:389:14 - error TS1005: ';' expected.
389 * both `Referrer` and `Referer` are interchangeable.
~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:389:29 - error TS1005: ';' expected.
389 * both `Referrer` and `Referer` are interchangeable.
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:402:20 - error TS1005: ';' expected.
402 * Aliased as `req.header()`.
node_modules/@types/express-serve-static-core/index.d.ts:411:28 - error TS1005: ';' expected.
411 * Check if the given `type(s)` is acceptable, returning
node_modules/@types/express-serve-static-core/index.d.ts:412:45 - error TS1005: ';' expected.
412 * the best match when true, otherwise `undefined`, in which
~~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:415:13 - error TS1005: ';' expected.
415 * The `type` value may be a single mime type string
node_modules/@types/express-serve-static-core/index.d.ts:489:56 - error TS1005: ';' expected.
489 * Parse Range header field, capping to the given `size`.
node_modules/@types/express-serve-static-core/index.d.ts:493:48 - error TS1005: ';' expected.
493 * If the Range header field is not given `undefined` is returned.
~~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:512:35 - error TS1005: ';' expected.
512 * Return the value of param `name` when present or `defaultValue`.
node_modules/@types/express-serve-static-core/index.d.ts:512:58 - error TS1005: ';' expected.
512 * Return the value of param `name` when present or `defaultValue`.
~~~~~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:518:36 - error TS1005: ';' expected.
518 * To utilize request bodies, `req.body`
node_modules/@types/express-serve-static-core/index.d.ts:520:13 - error TS1005: ';' expected.
520 * the `connect.bodyParser()` middleware.
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:526:53 - error TS1005: ';' expected.
526 * header field, and it contains the give mime `type`.
node_modules/@types/express-serve-static-core/index.d.ts:566:26 - error TS1005: ';' expected.
566 * "trust proxy" is `true` return
node_modules/@types/express-serve-static-core/index.d.ts:572:31 - error TS1005: ';' expected.
572 * When "trust proxy" is `true`, parse
node_modules/@types/express-serve-static-core/index.d.ts:595:24 - error TS1005: ';' expected.
595 * Short-hand for `url.parse(req.url).pathname`.
node_modules/@types/express-serve-static-core/index.d.ts:676:20 - error TS1005: ';' expected.
676 * Set status `code`.
node_modules/@types/express-serve-static-core/index.d.ts:681:46 - error TS1005: ';' expected.
681 * Set the response HTTP status code to `statusCode` and send its string representation as the response body.
~~~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:694:46 - error TS1005: ';' expected.
694 * Set Link header field with the given `links`.
~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:742:40 - error TS1005: ';' expected.
742 * Transfer the file at the given `path`.
node_modules/@types/express-serve-static-core/index.d.ts:745:22 - error TS1005: ';' expected.
745 * The callback `fn(err)` is invoked when the transfer is complete
node_modules/@types/express-serve-static-core/index.d.ts:746:51 - error TS1005: ';' expected.
746 * or when an error occurs. Be sure to check `res.headersSent`
node_modules/@types/express-serve-static-core/index.d.ts:752:13 - error TS1005: ';' expected.
752 * - `maxAge` defaulting to 0 (can be string converted by `ms`)
~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:752:68 - error TS1005: ';' expected.
752 * - `maxAge` defaulting to 0 (can be string converted by `ms`)
node_modules/@types/express-serve-static-core/index.d.ts:753:13 - error TS1005: ';' expected.
753 * - `root` root directory for relative filenames
node_modules/@types/express-serve-static-core/index.d.ts:754:13 - error TS1005: ';' expected.
754 * - `headers` object of headers to serve with file
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:755:13 - error TS1005: ';' expected.
755 * - `dotfiles` serve dotfiles, defaulting to false; can be `"allow"` to send them
~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:755:68 - error TS1005: ';' expected.
755 * - `dotfiles` serve dotfiles, defaulting to false; can be `"allow"` to send them
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:757:43 - error TS1005: ';' expected.
757 * Other options are passed along to `send`.
node_modules/@types/express-serve-static-core/index.d.ts:761:48 - error TS1005: ';' expected.
761 * The following example illustrates how `res.sendFile()` may
node_modules/@types/express-serve-static-core/index.d.ts:762:44 - error TS1005: ';' expected.
762 * be used as an alternative for the `static()` middleware for
~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:763:47 - error TS1005: ';' expected.
763 * dynamic situations. The code backing `res.sendFile()` is actually
node_modules/@types/express-serve-static-core/index.d.ts:802:40 - error TS1005: ';' expected.
802 * Transfer the file at the given `path` as an attachment.
node_modules/@types/express-serve-static-core/index.d.ts:804:54 - error TS1005: ';' expected.
804 * Optionally providing an alternate attachment `filename`,
~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:805:31 - error TS1005: ';' expected.
805 * and optional callback `fn(err)`. The callback is invoked
node_modules/@types/express-serve-static-core/index.d.ts:807:35 - error TS1005: ';' expected.
807 * ocurred. Be sure to check `res.headersSent` if you plan to respond.
node_modules/@types/express-serve-static-core/index.d.ts:812:26 - error TS1005: ';' expected.
812 * This method uses `res.sendfile()`.
node_modules/@types/express-serve-static-core/index.d.ts:819:49 - error TS1005: ';' expected.
819 * Set _Content-Type_ response header with `type` through `mime.lookup()`
node_modules/@types/express-serve-static-core/index.d.ts:819:64 - error TS1005: ';' expected.
819 * Set _Content-Type_ response header with `type` through `mime.lookup()`
node_modules/@types/express-serve-static-core/index.d.ts:820:66 - error TS1005: ';' expected.
820 * when it does not contain "/", or set the Content-Type to `type` otherwise.
node_modules/@types/express-serve-static-core/index.d.ts:833:49 - error TS1005: ';' expected.
833 * Set _Content-Type_ response header with `type` through `mime.lookup()`
node_modules/@types/express-serve-static-core/index.d.ts:833:64 - error TS1005: ';' expected.
833 * Set _Content-Type_ response header with `type` through `mime.lookup()`
node_modules/@types/express-serve-static-core/index.d.ts:834:66 - error TS1005: ';' expected.
834 * when it does not contain "/", or set the Content-Type to `type` otherwise.
node_modules/@types/express-serve-static-core/index.d.ts:847:52 - error TS1005: ';' expected.
847 * Respond to the Acceptable formats using an `obj`
node_modules/@types/express-serve-static-core/index.d.ts:850:26 - error TS1005: ';' expected.
850 * This method uses `req.accepted`, an array of
node_modules/@types/express-serve-static-core/index.d.ts:858:54 - error TS1005: ';' expected.
858 * you may alter this within the callback using `res.type()`
node_modules/@types/express-serve-static-core/index.d.ts:859:12 - error TS1005: ';' expected.
859 * or `res.set('Content-Type', ...)`.
node_modules/@types/express-serve-static-core/index.d.ts:859:39 - error TS1109: Expression expected.
859 * or `res.set('Content-Type', ...)`.
node_modules/@types/express-serve-static-core/index.d.ts:892:38 - error TS1005: ';' expected.
892 * By default Express passes an `Error`
~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:893:36 - error TS1005: ';' expected.
893 * with a `.status` of 406 to `next(err)`
node_modules/@types/express-serve-static-core/index.d.ts:901:72 - error TS1005: ';' expected.
901 * Set _Content-Disposition_ header to _attachment_ with optional `filename`.
~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:906:20 - error TS1005: ';' expected.
906 * Set header `field` to `val`, or pass
~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:906:31 - error TS1005: ';' expected.
906 * Set header `field` to `val`, or pass
node_modules/@types/express-serve-static-core/index.d.ts:915:20 - error TS1005: ';' expected.
915 * Aliased as `res.header()`.
node_modules/@types/express-serve-static-core/index.d.ts:926:31 - error TS1005: ';' expected.
926 /** Get value for header `field`. */
~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:929:23 - error TS1005: ';' expected.
929 /** Clear cookie `name`. */
node_modules/@types/express-serve-static-core/index.d.ts:933:20 - error TS1005: ';' expected.
933 * Set cookie `name` to `val`, with the given `options`.
node_modules/@types/express-serve-static-core/index.d.ts:933:30 - error TS1005: ';' expected.
933 * Set cookie `name` to `val`, with the given `options`.
node_modules/@types/express-serve-static-core/index.d.ts:933:52 - error TS1005: ';' expected.
933 * Set cookie `name` to `val`, with the given `options`.
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:937:14 - error TS1005: ';' expected.
937 * - `maxAge` max-age in milliseconds, converted to `expires`
~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:937:63 - error TS1005: ';' expected.
937 * - `maxAge` max-age in milliseconds, converted to `expires`
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:938:14 - error TS1005: ';' expected.
938 * - `signed` sign the cookie
~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:939:14 - error TS1005: ';' expected.
939 * - `path` defaults to "/"
node_modules/@types/express-serve-static-core/index.d.ts:954:36 - error TS1005: ';' expected.
954 * Set the location header to `url`.
node_modules/@types/express-serve-static-core/index.d.ts:956:19 - error TS1005: ';' expected.
956 * The given `url` can also be the name of a mapped url, for
node_modules/@types/express-serve-static-core/index.d.ts:968:46 - error TS1005: ';' expected.
968 * When an application is mounted and `res.location()`
node_modules/@types/express-serve-static-core/index.d.ts:982:31 - error TS1005: ';' expected.
982 * Redirect to the given `url` with optional response `status`
node_modules/@types/express-serve-static-core/index.d.ts:982:60 - error TS1005: ';' expected.
982 * Redirect to the given `url` with optional response `status`
~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:985:23 - error TS1005: ';' expected.
985 * The resulting `url` is determined by `res.location()`, so
node_modules/@types/express-serve-static-core/index.d.ts:985:46 - error TS1005: ';' expected.
985 * The resulting `url` is determined by `res.location()`, so
node_modules/@types/express-serve-static-core/index.d.ts:987:9 - error TS1005: ';' expected.
987 * `"back"` etc.
~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1004:16 - error TS1005: ';' expected.
1004 * Render `view` with the given `options` and optional callback `fn`.
node_modules/@types/express-serve-static-core/index.d.ts:1004:38 - error TS1005: ';' expected.
1004 * Render `view` with the given `options` and optional callback `fn`.
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1004:70 - error TS1005: ';' expected.
1004 * Render `view` with the given `options` and optional callback `fn`.
node_modules/@types/express-serve-static-core/index.d.ts:1010:12 - error TS1005: ';' expected.
1010 * - `cache` boolean hinting to the engine it should cache
~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1011:12 - error TS1005: ';' expected.
1011 * - `filename` filename of the view being rendered
~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1081:53 - error TS1005: ';' expected.
1081 * Register the given template engine callback `fn`
node_modules/@types/express-serve-static-core/index.d.ts:1082:12 - error TS1005: ';' expected.
1082 * as `ext`.
node_modules/@types/express-serve-static-core/index.d.ts:1084:25 - error TS1005: ';' expected.
1084 * By default will `require()` the engine based on the
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1099:52 - error TS1005: ';' expected.
1099 * though note that it aliases this method as `ejs.__express` internally
node_modules/@types/express-serve-static-core/index.d.ts:1114:16 - error TS1005: ';' expected.
1114 * Assign `setting` to `val`, or return `setting`'s value.
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1114:29 - error TS1005: ';' expected.
1114 * Assign `setting` to `val`, or return `setting`'s value.
node_modules/@types/express-serve-static-core/index.d.ts:1114:46 - error TS1005: ';' expected.
1114 * Assign `setting` to `val`, or return `setting`'s value.
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1150:18 - error TS1005: ';' expected.
1150 * Check if `setting` is enabled (truthy).
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1162:18 - error TS1005: ';' expected.
1162 * Check if `setting` is disabled.
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1173:17 - error TS1005: ';' expected.
1173 /** Enable `setting`. */
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1176:18 - error TS1005: ';' expected.
1176 /** Disable `setting`. */
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1180:31 - error TS1005: ';' expected.
1180 * Render the given view `name` name with `options`
node_modules/@types/express-serve-static-core/index.d.ts:1180:48 - error TS1005: ';' expected.
1180 * Render the given view `name` name with `options`
~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1196:16 - error TS1005: ';' expected.
1196 * A node `http.Server` is returned, with this
node_modules/@types/express-serve-static-core/index.d.ts:1197:33 - error TS1005: ';' expected.
1197 * application (which is a `Function`) as its
~~~~~~~~
node_modules/@types/express-serve-static-core/index.d.ts:1265:1 - error TS1160: Unterminated template literal.
Alguém pode me ajudar?