Adding in types into project structure

This commit is contained in:
Joe Norman 2017-12-01 16:20:06 +00:00 committed by GitHub
parent a435f2f03e
commit f8033cc8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,8 @@ $ pm2 ls
├── examples // examples files
├── lib // source files
├── pres // presentation files
└── test // test files
├── test // test files
└── types // TypeScript definition files
```
## Modifying the Daemon