1
0
mirror of synced 2025-11-08 12:57:47 +00:00

build(package): minor improvements to the package

This commit is contained in:
Jason Dreyzehner
2017-02-17 02:22:52 -05:00
parent 3577caa045
commit 56a848f981
4 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
src
config
examples
tsconfig.json
tslint.json
.travis.yml

View File

@@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"info": "npm-scripts-info",
"build": "trash build && tsc -p tsconfig.json && tsc -p config/tsconfig-module.json",
"build": "trash build && tsc -p tsconfig.json && tsc -p config/tsconfig.module.json",
"lint": "tslint src/**/*.ts",
"unit": "yarn build && nyc ava",
"check-coverage": "nyc check-coverage --lines 100 --functions 100 --branches 100",

View File

@@ -7,14 +7,13 @@
"moduleResolution": "node",
"module": "commonjs",
"declaration": true,
"strictNullChecks": true,
"importHelpers": true,
"inlineSourceMap": true,
"listFiles": false,
"traceResolution": false,
"pretty": true,
"lib" : [
"ES6"
"es6"
],
"types" : [
"node"