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/**/*"