1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 10:52:11 +00:00

Updated TSConfig

This commit is contained in:
Florian Bouillon 2020-07-06 11:14:09 +02:00
parent 76a8f8ecce
commit e0303a5abe
3 changed files with 4 additions and 7 deletions

View File

@ -3,9 +3,6 @@
"compilerOptions": {
"outDir": "dist"
},
"exclude": [
"node_modules"
],
"files": [
"src/Logger.ts"
]

View File

@ -3,9 +3,6 @@
"compilerOptions": {
"outDir": "dist"
},
"exclude": [
"node_modules"
],
"files": [
"Queue.ts"
]

View File

@ -17,5 +17,8 @@
"strict": true,
"target": "ES2017", // Follow NodeJS oldest supported LTS
"module": "commonjs"
}
},
"exclude": [
"node_modules"
]
}