computing-den-lib
v1.31.0
Published
Have a single tsconfig.json for server, client, and common. Typecheck and transpile server, client, and common using tsc into `./dist`.
Downloads
382
Readme
How it works
Have a single tsconfig.json for server, client, and common.
Typecheck and transpile server, client, and common using tsc into ./dist
.
Development
npm run dev
Production
npm run clean
npm run build
Import from other projects
import {adder} from "computing-den-lib/common/adder.js"