Skip to content

Instantly share code, notes, and snippets.

View lil5's full-sized avatar

Lucian I. Last lil5

View GitHub Profile
@lil5
lil5 / package.json
Created September 12, 2023 08:19
Working tsconfig for nodejs
{
"type": "module",
"main": "./src/app.ts",
"scripts": {
"dev": "node --experimental-specifier-resolution=node --loader ts-node/esm src/app.ts"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^20.6.0",
"ts-node": "^10.9.1",