feat: add tslint and tsconfig

This commit is contained in:
Karl-Philipp Wulfert
2018-11-28 16:39:31 +01:00
commit e2bb08d1e8
8 changed files with 2105 additions and 0 deletions

10
.npmignore Normal file
View File

@@ -0,0 +1,10 @@
# Ignore all files/folders by default
# See https://stackoverflow.com/a/29932318
/*
# Except this files/folders
!LICENSE
!package.json
!package-lock.json
!README.md
!tsconfig.json
!tslint.json