Skip to content

Commit 2449ad4

Browse files
committedDec 13, 2021
update tsconfig.json
1 parent 3bfa929 commit 2449ad4

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
 

‎packages/json/tsconfig.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"include": [
77
"./lib/**/*.ts"
88
],
9+
"exclude": [
10+
"./lib/test-utils.ts",
11+
"./lib/**/*.spec.ts"
12+
],
913
"typedocOptions": {
1014
"entryPoints": [
1115
"./lib"

‎packages/search/tsconfig.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"include": [
77
"./lib/**/*.ts"
88
],
9+
"exclude": [
10+
"./lib/test-utils.ts",
11+
"./lib/**/*.spec.ts"
12+
],
913
"typedocOptions": {
1014
"entryPoints": [
1115
"./lib"

‎packages/time-series/tsconfig.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"include": [
77
"./lib/**/*.ts"
88
],
9+
"exclude": [
10+
"./lib/test-utils.ts",
11+
"./lib/**/*.spec.ts"
12+
],
913
"typedocOptions": {
1014
"entryPoints": [
1115
"./lib"

0 commit comments

Comments
 (0)
Please sign in to comment.