Skip to content

Commit 8cdb595

Browse files
committed
fix: dont transpile lib/content
1 parent 899b65c commit 8cdb595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"extends": "./tsconfig.json",
33
"exclude": [
4-
"./lib/content/**",
54
"./test/**",
6-
"./scripts/**"
5+
"./scripts/**",
6+
"./lib/content/**"
77
],
88
"compilerOptions": {
99
"declaration": true

0 commit comments

Comments
 (0)