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,
|
"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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user