Skip to content

Commit 5e71ec8

Browse files
committed
chore: ci workflow run error
1 parent b96b78b commit 5e71ec8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig",
3-
"exclude": ["example", "lib"]
3+
"exclude": ["example", "lib", "docs"]
44
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
"strict": true,
2626
"target": "ESNext",
2727
"verbatimModuleSyntax": true
28-
}
28+
},
29+
"exclude": ["docs"]
2930
}

0 commit comments

Comments
 (0)