build(ts): adjust options in tsconfig.json

This commit is contained in:
Alfi Maulana 2024-03-04 20:09:24 +07:00
parent 9ae5fad42a
commit 274ff422c0
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -1,9 +1,8 @@
{
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"strict": true,
"module": "node16",
"target": "es2022",
"skipLibCheck": true
"moduleResolution": "node16",
"esModuleInterop": true,
"target": "es2022"
}
}