Merge pull request #527 from spotify/rugvip/notests

packages/cli: exclude tests from build
This commit is contained in:
Patrik Oldsberg
2020-04-09 15:51:20 +02:00
committed by GitHub
+1
View File
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.json",
"include": ["src"],
"exclude": ["**/*.test.*"],
"compilerOptions": {
"outFile": "dist/index.js",
"module": "amd",