Add type information for the linter
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "lib/src/index.js",
|
||||
"types": "lib/src/index.d.ts",
|
||||
"scripts": {
|
||||
"lint": "tslint src/*.ts test/*.ts",
|
||||
"lint": "tslint --project . src/*.ts test/*.ts",
|
||||
"test": "run-s clean build run_mocha",
|
||||
"test:circleci": "yarn test",
|
||||
"run_mocha": "mocha lib/test/**/*_test.js",
|
||||
|
||||
@@ -970,4 +970,4 @@ describe('Schema', () => {
|
||||
validateAgainstSchema(testCases, txDataSchema, shouldFail);
|
||||
});
|
||||
});
|
||||
});
|
||||
}); // tslint:disable:max-file-line-count
|
||||
|
||||
Reference in New Issue
Block a user