UNPKG

node-typescript-generator

Version:

This is a Node JS project generator with Express and all necessary libraries in Typescript.

10 lines 140 B
{ "watch": [ "src" ], "ext": "ts", "execMap": { "ts": "swc-node" }, "exec": "ts-node ./src/app.ts" }