зеркало из
1
0
Форкнуть 0
This commit is contained in:
Ethan-Arrowood 2018-09-25 15:35:00 -04:00
Родитель c943b8df0d
Коммит 106fa0781f
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,7 @@
"description": "API for Platform Chaos",
"main": "dist/index.js",
"scripts": {
"lint": "npx tslint 'src/**/*.ts'",
"lint": "npx tslint --project .",
"test": "npm run lint && mocha dist/test/",
"compile": "npm run cleanup && npx tsc",
"cleanup": "rimraf dist/"

Просмотреть файл

@ -4,7 +4,8 @@
"module": "commonjs",
"outDir": "dist",
"sourceMap": true,
"target": "es6"
"target": "es6",
"strictNullChecks": true
},
"include": [
"src/**/*"