mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 10:52:11 +00:00
Updated TSConfig
This commit is contained in:
parent
76a8f8ecce
commit
e0303a5abe
@ -3,9 +3,6 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "dist"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"files": [
|
||||
"src/Logger.ts"
|
||||
]
|
||||
|
@ -3,9 +3,6 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "dist"
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"files": [
|
||||
"Queue.ts"
|
||||
]
|
||||
|
@ -17,5 +17,8 @@
|
||||
"strict": true,
|
||||
"target": "ES2017", // Follow NodeJS oldest supported LTS
|
||||
"module": "commonjs"
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user