packages/cli: exclude tests from build

This commit is contained in:
Patrik Oldsberg
2020-04-09 13:36:45 +02:00
parent 05ddedb0ad
commit a42d95f6dd
+1
View File
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.json",
"include": ["src"],
"exclude": ["**/*.test.*"],
"compilerOptions": {
"outFile": "dist/index.js",
"module": "amd",