1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-29 01:45:30 +00:00

don't exclude node_modules as typscript apparently may need it for type resolution

This commit is contained in:
silverwind 2024-06-02 14:21:44 +02:00
parent e55a5cc4bb
commit c1bae71d20
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -8,7 +8,6 @@
"exclude": [
"**/.git/**",
"**/.venv/**",
"**/node_modules/**",
"**/vendor/**",
],
"compilerOptions": {