computing-den-lib
v1.35.0
Published
Have a single tsconfig.json for server, client, and common. Typecheck and transpile server, client, and common using tsc into `./dist`.
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 devProduction
npm run clean
npm run buildImport from other projects
import {adder} from "computing-den-lib/common/adder.js"
