Skip to content

Commit

Permalink
Now using tslint-config-strict.
Browse files Browse the repository at this point in the history
  • Loading branch information
kallaspriit committed Jan 19, 2018
1 parent 2f1a76b commit c58176e
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 73 deletions.
2 changes: 2 additions & 0 deletions build/example/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/example/app.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/example/index.test.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export interface IErrorDetails {
[x: string]: any;
}
export declare class DetailedError extends Error {
details: IErrorDetails | null;
constructor(message: string, details?: IErrorDetails | null);
details: IErrorDetails | undefined;
constructor(message: string, details?: IErrorDetails | undefined);
}
3 changes: 2 additions & 1 deletion build/example/index.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/example/index.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"http-status-codes": "^1.3.0",
"stackman": "^2.0.1",
"supertest": "^3.0.0",
"ts-jest": "^21.1.4"
"ts-jest": "^21.1.4",
"tslint-config-strict": "^1.3.0"
},
"devDependencies": {
"@types/express": "^4.0.39",
Expand Down

0 comments on commit c58176e

Please sign in to comment.