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": {
|
"compilerOptions": {
|
||||||
"outDir": "dist"
|
"outDir": "dist"
|
||||||
},
|
},
|
||||||
"exclude": [
|
|
||||||
"node_modules"
|
|
||||||
],
|
|
||||||
"files": [
|
"files": [
|
||||||
"src/Logger.ts"
|
"src/Logger.ts"
|
||||||
]
|
]
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "dist"
|
"outDir": "dist"
|
||||||
},
|
},
|
||||||
"exclude": [
|
|
||||||
"node_modules"
|
|
||||||
],
|
|
||||||
"files": [
|
"files": [
|
||||||
"Queue.ts"
|
"Queue.ts"
|
||||||
]
|
]
|
||||||
|
@ -17,5 +17,8 @@
|
|||||||
"strict": true,
|
"strict": true,
|
||||||
"target": "ES2017", // Follow NodeJS oldest supported LTS
|
"target": "ES2017", // Follow NodeJS oldest supported LTS
|
||||||
"module": "commonjs"
|
"module": "commonjs"
|
||||||
}
|
},
|
||||||
|
"exclude": [
|
||||||
|
"node_modules"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user