This is a starter project that based on node 20 lts
and typescript
with esm
support.
-
ESM
withimport
andexport
-
absolute import paths
- output
esm
withdeclaration
tsx
seems not supporting watching folders changes, thereforenodemon
is used.yarn v4.2.2
is used aspackageManager
, feel free to change any otherpackageManager
you like.- remove
"packageManager": "[email protected]"
inpackage.json
, if you changed to otherpackageManager
- remove