configure tsc build, bump patch version to 0.0.2

This commit is contained in:
Sayantan Karmakar 2022-05-27 21:47:13 +05:30
parent 1d551dbfc5
commit e58755db3a
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@project-serum/serum-dev-tools",
"version": "0.0.1",
"version": "0.0.2",
"description": "developer tooling suite for building on serum",
"repository": {
"type": "git",
@ -15,7 +15,7 @@
"dist"
],
"scripts": {
"build": "rm -rf dist/; tsc",
"build": "rm -rf dist/; tsc -p tsconfig.cjs.json",
"test": "ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts",
"prepare": "cd .. && husky install ts/.husky",
"lint": "eslint --fix",