Update tsconfig.json

This commit is contained in:
Garrone Joseph 2020-08-18 16:49:23 +02:00 committed by GitHub
parent 97c9184764
commit bc6e53262c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,5 +14,5 @@
"downlevelIteration": true
},
"filesGlob": ["src/**/*"],
"exclude": ["node_modules", "dist/**/*"]
"exclude": ["node_modules/", "dist/**/*"]
}