質問編集履歴
1
フォルダ変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
Reactのモジュール読み込み時
|
1
|
+
Reactのモジュール読み込み時のtypescriptエラー
|
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
```
|
16
16
|
|
17
|
-
Module '../../components/Layout' was resolved to '/
|
17
|
+
Module '../../components/Layout' was resolved to '/work/src/components/Layout.tsx', but '--jsx' is not set.
|
18
18
|
|
19
19
|
```
|
20
20
|
|