Skip to content

Commit 0564e3f

Browse files
committed
chore(tsconfig): Remove tests from build output
1 parent c66bf75 commit 0564e3f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "An Unofficial, (mostly) typed Node SDK that wraps around Ellie Mae's Encompass RESTful API.",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",
7-
"types": "dist/src/index.d.ts",
7+
"types": "dist/index.d.ts",
88
"scripts": {
99
"test": "jest",
1010
"posttest": "eslint",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"extends": "@tsconfig/node12/tsconfig.json"
2+
"extends": "@tsconfig/node12/tsconfig.json",
3+
"exclude": ["__tests__"]
34
}

0 commit comments

Comments
 (0)