You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replaced individual type checking options with `strict: true`.
- Changed `module` & `target` to `ES2020` with `moduleResolution` set to
`Node16` as Electron `v19` is fully compatible with `ES2020`.
- Fixed#14 `import React from 'react'` not working by enabling
`esModuleInterop`.
- Removed path alias `_models/*` as that folder contains nothing to ship with
this bolierplate.
0 commit comments