1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-12 19:09:18 +00:00

Added Queue System

This commit is contained in:
2020-07-02 16:58:30 +02:00
parent a0d210acb6
commit dd8515cc9b
5 changed files with 89 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist"
},
"exclude": [
"node_modules"
],
"files": [
"Queue.ts"
]
}