Update path
This commit is contained in:
Родитель
c943b8df0d
Коммит
106fa0781f
|
@ -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/**/*"
|
||||
|
|
Загрузка…
Ссылка в новой задаче