Skip to content
Snippets Groups Projects
Commit dccf03ff authored by tamaina's avatar tamaina
Browse files

Fix misskey-js/tsconfig.json

Fix #10441
parent 6d781623
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,13 @@
"strictNullChecks": true,
"experimentalDecorators": true,
"noImplicitReturns": true,
"esModuleInterop": true
"esModuleInterop": true,
"typeRoots": [
"node_modules/@types"
],
"lib": [
"esnext"
]
},
"include": [
"src/**/*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment