1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-27 14:28:49 +09:00

Fix misskey-js/tsconfig.json

Fix #10441
This commit is contained in:
tamaina 2023-03-30 12:51:24 +00:00
parent 6d78162323
commit dccf03ffc2

View File

@ -14,7 +14,13 @@
"strictNullChecks": true,
"experimentalDecorators": true,
"noImplicitReturns": true,
"esModuleInterop": true
"esModuleInterop": true,
"typeRoots": [
"node_modules/@types"
],
"lib": [
"esnext"
]
},
"include": [
"src/**/*"