enable exactOptionalPropertyTypes in tsconfig

This commit is contained in:
Bertie690 2025-06-10 16:54:35 -04:00
parent 581348ec0a
commit be7ba4f5dd

View File

@ -8,6 +8,7 @@
"strictNullChecks": true, "strictNullChecks": true,
"sourceMap": false, "sourceMap": false,
"strict": false, // TODO: Enable this eventually "strict": false, // TODO: Enable this eventually
"exactOptionalPropertyTypes": true,
"rootDir": ".", "rootDir": ".",
"baseUrl": "./src", "baseUrl": "./src",
"paths": { "paths": {