Merge pull request #1 from dillonkearns/patch-1

Point to correct file in tsconfig.json.
This commit is contained in:
Philipp Krüger 2021-04-11 16:27:40 +02:00 committed by GitHub
commit 130ea0a742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@
"outDir": "dist"
},
"files": [
"src/index.ts"
"src/analyse.ts"
]
}
}