This commit is contained in:
Mario Romano
2016-06-21 12:03:30 +01:00
parent 3d4aa46442
commit d3940b1b10
15 changed files with 16 additions and 16 deletions

View File

@@ -18,7 +18,7 @@
"server": "wsrv -o",
"build": "npm run tslint && rimraf dist && tsc",
"tslint": "npm run tslint-src && npm run tslint-root",
"tslint-src": "tslint -c tslint.json src/**/*.ts",
"tslint-src": "tslint -c tslint.json src/{,**/}**.ts",
"tslint-root": "tslint -c tslint.json *.ts"
},
"license": "Apache-2.0",