build: configure TypeScript to skip library check

This commit is contained in:
Alfi Maulana 2024-08-06 15:38:45 +07:00
parent 9b0e832a13
commit 24341c1384
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -7,6 +7,7 @@
"module": "node16",
"moduleResolution": "node16",
"esModuleInterop": true,
"target": "es2022"
"target": "es2022",
"skipLibCheck": true
}
}