diff --git a/tsconfig.build.json b/tsconfig.build.json index dad35664df525809e83d2a0451af9adc9f0e9037..37afa2cac6e17116e198bbc9823a3273d1c07c7b 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,4 +1,4 @@ { "extends": "./tsconfig.json", - "exclude": ["node_modules", "test", "dist", "**/*spec.ts"] -} \ No newline at end of file + "exclude": ["node_modules", "tests", "dist", "**/*spec.ts"] +} diff --git a/tsconfig.json b/tsconfig.json index 719caba6b768ba0a70437112da47f8512d3da807..3fd948b6d714c53714159bcce6081f0176a9aa70 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,4 +25,4 @@ "dist", "**/*.spec.ts" ] -} \ No newline at end of file +}