build: enable TypeScript strict configuration

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

View File

@ -2,6 +2,8 @@
"include": ["src"],
"exclude": ["**/*.test.ts"],
"compilerOptions": {
"exactOptionalPropertyTypes": true,
"strict": true,
"module": "node16",
"moduleResolution": "node16",
"esModuleInterop": true,