tsconfig: fix src types

This commit is contained in:
Alex Gleason 2023-09-18 17:03:23 -05:00
parent ff0bc64c7b
commit 3794eed0e9
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"soapbox/*": ["src/*"],
},
"typeRoots": [
"./types",
"./src/types",
"./node_modules/@types",
"./node_modules"
],