1
0

refactor(misskey-js): enable exactOptionalPropertyTypes (#14203)

* refactor(misskey-js): enable exactOptionalPropertyTypes

* refactor(misskey-js): fix error where is appeared by enabling
This commit is contained in:
Kisaragi
2024-07-14 15:52:43 +09:00
committed by GitHub
parent 3c032dd5b9
commit 76181385d2
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@
"experimentalDecorators": true,
"noImplicitReturns": true,
"esModuleInterop": true,
"exactOptionalPropertyTypes": true,
"typeRoots": [
"./node_modules/@types"
],