fix: fix build error

This commit is contained in:
Federico Grandi
2020-08-08 10:54:37 +02:00
parent a740f7e935
commit 5348e90423

View File

@@ -56,6 +56,7 @@
}, },
"exclude": [ "exclude": [
"node_modules", "node_modules",
"**/*.test.ts" "**/*.test.ts",
"scripts"
] ]
} }