mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
enable exactOptionalPropertyTypes
in tsconfig
This commit is contained in:
parent
581348ec0a
commit
be7ba4f5dd
@ -8,6 +8,7 @@
|
||||
"strictNullChecks": true,
|
||||
"sourceMap": false,
|
||||
"strict": false, // TODO: Enable this eventually
|
||||
"exactOptionalPropertyTypes": true,
|
||||
"rootDir": ".",
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
|
Loading…
Reference in New Issue
Block a user