Skip to content

Instantly share code, notes, and snippets.

View goodbyte's full-sized avatar

goodbyte goodbyte

  • goodbyte
  • Uruguay
View GitHub Profile
@goodbyte
goodbyte / package.json
Created February 19, 2025 03:37
[ Pure Node.js + Typescript + ESM + Path aliases ( subpaths ) + Watch ] package.json tsconfig.json 2025
{
"name": "example",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node dist/index.js",
"dev": "node --conditions=development --experimental-strip-types --no-warnings --env-file=.env --watch src/index.ts",
"build": "npm run clean && tsc",
"clean": "rimraf dist",