build(typescript): enable exactOptionalPropertyTypes compiler option

This commit is contained in:
Alfi Maulana 2023-12-13 14:02:38 +07:00
parent 38ad25f038
commit 07a37af378
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"strict": true,
"module": "node16",
"declaration": true,