mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
don't exclude node_modules as typscript apparently may need it for type resolution
This commit is contained in:
parent
e55a5cc4bb
commit
c1bae71d20
@ -8,7 +8,6 @@
|
||||
"exclude": [
|
||||
"**/.git/**",
|
||||
"**/.venv/**",
|
||||
"**/node_modules/**",
|
||||
"**/vendor/**",
|
||||
],
|
||||
"compilerOptions": {
|
||||
|
Loading…
Reference in New Issue
Block a user