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

View File

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