chore: fix jsconfig [skip ci]

This commit is contained in:
Isaac 2023-08-24 23:42:32 +01:00
parent 4a2f85e9eb
commit 8fd8c45cd2
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"module": "ESNext",
"target": "ESNext",
"moduleResolution": "Node",
"baseUrl": ".",
"baseUrl": "src",
"resolveJsonModule": true,
"checkJs": false,
},