You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use TypeScript with a .mjs (module) Gulpfile. So I renamed my gulpfile to gulpfile.mts, but it says No gulpfile found.
TypeScript says it supports the .mts extension here.
The above applies to gulpfile.esm.ts and gulpfile.babel.mts and gulpfile.babel.mjs too.
The text was updated successfully, but these errors were encountered:
I want to use TypeScript with a
.mjs
(module) Gulpfile. So I renamed my gulpfile togulpfile.mts
, but it saysNo gulpfile found
.TypeScript says it supports the
.mts
extension here.The above applies to
gulpfile.esm.ts
andgulpfile.babel.mts
andgulpfile.babel.mjs
too.The text was updated successfully, but these errors were encountered: