build(package): minor improvements to the package
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
src
|
||||
config
|
||||
examples
|
||||
tsconfig.json
|
||||
tslint.json
|
||||
.travis.yml
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user