イライラしますよね。
typeRoots内に型定義ファイルをつくれば解決します
console.d.ts
declare module 'console' {
export = typeof import("console");
}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
イライラしますよね。
typeRoots内に型定義ファイルをつくれば解決します
declare module 'console' {
export = typeof import("console");
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked