0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

#1【TypeScript】モジュール './dataset' の宣言ファイルが見つかりませんでした。を解決

0
Last updated at Posted at 2023-03-19

事象

モジュール './dataset' の宣言ファイルが見つかりませんでした。'/Users/okamuraao/Desktop/redelivery-app/src/dataset.js' は暗黙的に 'any' 型になります。

スクリーンショット 2023-03-17 18.17.13.png

原因だと思わる箇所

インポートしてるモジュールにtypescriptが型をつけれないがためのエラー

対応したこと

dataset.jsの拡張子をtsにすることで解決
参照記事
https://qiita.com/y-hira18/items/f67cfc45a70c7c25708a

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?