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

remove unnecessary exclude

This commit is contained in:
silverwind 2024-06-17 21:40:38 +02:00
parent 22ee0ab5ee
commit 5d14bfa3b4
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -5,11 +5,6 @@
"tools/**/*",
"web_src/js/**/*",
],
"exclude": [
"**/.git/**",
"**/.venv/**",
"**/vendor/**",
],
"compilerOptions": {
"target": "esnext",
"module": "nodenext",