Skip to content

Commit 882a597

Browse files
committed
chore: improve tsconfig
1 parent 32926b2 commit 882a597

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

__tests__/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"outDir": "./dist",
55
"noUnusedLocals": false
66
},
7-
"include": ["."]
7+
"include": ["./**/*"]
88
}

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"resolveJsonModule": true,
2929
"sourceMap": true
3030
},
31-
"include": ["./src", "./lib", "./bin", "__tests__/logger.ts"],
31+
"include": ["./lib", "./bin"],
3232
"exclude": ["./dist", "node_modules"],
33-
"references": [{ "path": "./__tests__/tsconfig.json" }]
33+
"references": [{ "path": "./__tests__" }]
3434
}

0 commit comments

Comments
 (0)