Add missing src/lib/typings.d.ts

This commit is contained in:
BoykoAlex
2017-08-23 15:13:59 -04:00
parent 3c8e5e2120
commit da3013fc74
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ debug.log
npm-debug.log
src/**/*.js
src/**/*.d.ts
!src/lib/typings.d.ts
!src/demo/systemjs.config.js
!src/demo/systemjs.config.lib.js
!**/*systemjs-angular-loader.js

1
src/lib/typings.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
// You can add project typings here.