nnsnico / nnsnico.github.io

my page
https://nnsnico.github.io/
1 stars 1 forks source link

typecheckのreviewdogが機能していない #27

Open nnsnico opened 3 years ago

nnsnico commented 3 years ago

現時点でもエラーが出るはず↓なのに無視されている。

$ npx tsc --pretty false --noEmit
src/components/navigation.tsx(5,10): error TS2305: Module '"../reducer"' has no exported member 'AppDispatch'.
src/components/navigation.tsx(5,45): error TS2305: Module '"../reducer"' has no exported member 'RootState'.
src/components/removeButton.tsx(6,10): error TS2614: Module '"../reducer/keyboard"' has no exported member 'KeyboardPayload'. Did you mean to use 'import KeyboardPayload from "../reducer/keyboard"' instead?

現状

TODO

nnsnico commented 3 years ago

一旦reviewdogを使ってtypecheckするのを取りやめ。単に tsc --noEmit コマンドを実行するようにした。