Repository URL to install this package:
Version:
1.2.6 ▾
|
exotic-structures
/
Makefile
|
---|
setup: npm i -g typescript@next && npm i -g tslint compile: npx tsc --outDir dist || true types: npx tsc --project tsconfig.typings.json || true rollup: yarn rollup -c rollup.config.js publish: $(MAKE) compile & $(MAKE) types lint: npx tslint src/*.ts -t verbose