1 2 3 4 5 6 7 8 9 10 11 12 13
{ "name": "tsapp1", "version": "1.0.0", "main": "index.js", "license": "MIT", "dependencies": { "typescript": "^5.0.3" }, "scripts": { "build": "yarn run -T tsc --build --verbose", "start": "node ./dist/user.js" } }