1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-07-16 10:19:51 +00:00

Updated TSConfig

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

View File

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