DEV: Add more excludes to jsconfig (#17975)

This commit is contained in:
Jarek Radosz 2022-08-17 21:51:40 +02:00 committed by GitHub
parent 665327f7a4
commit 4a77ef8e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@
"experimentalDecorators": true,
},
"exclude": [
"**/node_modules"
".git",
"**/node_modules",
"**/dist",
],
}