Skip to content

Commit

Permalink
Feature/issue 3 jasmine types in main tsconfig (#72)
Browse files Browse the repository at this point in the history
* start work on indentation formattin

* Indent variable declaration
working on #3

* Update build to run on PR check too
  • Loading branch information
gparlakov committed Mar 20, 2020
1 parent 7500458 commit 14f4cc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions azure-pipelines-on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ steps:
- script: npm i
displayName: 'Install deps'

- script: npm run build
displayName: 'Run the build'

- script: npm run lint
displayName: 'Run linting'

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"sourceMap": true,
"strictNullChecks": true,
"target": "es6",
"types": ["jasmine", "node"]
"types": ["node"]
},
"include": ["src/**/*", "lib/utility/*.ts"],
"exclude": [
Expand Down

0 comments on commit 14f4cc8

Please sign in to comment.