Use TypeScript project reference (#1002)

* Add *.tsbuildinfo to .gitignore

* Bump versions of dependencies, nyc and yargs

* Drop support for node 9 (EOL 2018-06-30)

https://github.com/nodejs/Release

* Add getTransaction snippet
This commit is contained in:
Elliot Lee
2019-04-15 11:06:31 -07:00
committed by GitHub
parent 4da80028bf
commit 0d5103a3f3
10 changed files with 1121 additions and 1625 deletions

3
.gitignore vendored
View File

@@ -58,6 +58,9 @@ npm-debug.log
# Ignore dist folder, built from tsc
dist/
# TypeScript incremental compilation cache
*.tsbuildinfo
# Ignore perf test cache
scripts/cache