compile ts
This commit is contained in:
parent
dd6c719809
commit
558a42b7c2
2 changed files with 7 additions and 4 deletions
|
@ -2,9 +2,11 @@
|
|||
"name": "@nulo/isogit-lfs",
|
||||
"version": "0.2.7",
|
||||
"description": "LFS helpers for Isomorphic Git",
|
||||
"main": "src/index.ts",
|
||||
"main": "dist/index.js",
|
||||
"repository": "git@github.com:riboseinc/isogit-lfs.git",
|
||||
"scripts": {},
|
||||
"scripts": {
|
||||
"prepublish": "tsc"
|
||||
},
|
||||
"author": {
|
||||
"name": "Ribose Inc.",
|
||||
"email": "open.source@ribose.com"
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
"moduleResolution": "node",
|
||||
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noImplicitReturns": true,
|
||||
|
||||
|
@ -17,6 +16,8 @@
|
|||
|
||||
"newLine": "lf",
|
||||
|
||||
"declaration": true
|
||||
"declaration": true,
|
||||
|
||||
"outDir": "dist/"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue