yamaimo
Results
3
comments of
yamaimo
Thanks for the report! I tried changing TypeScript version to 4.2, and it worked fine. Compiling with custom transformer often causes errors due to version compatibility between typescript and ts-morph,...
詳しいところまでありがとうございます! luxonは `@yarnaimo/rain` の `0.2.7` には含まれていたんですが、最新バージョンには含まれていなかったようで `latest` を `0.2.7` に変えたら直りました。 デバイスの指定も調査してみます。
```ts const as = (value: T) => value export default as({ // ... }) ```