Skip to content

Commit e58c8ba

Browse files
mttrbrtsCopilot
andauthored
Update packages/markdown-cicero/tsconfig.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1d2aea5 commit e58c8ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/markdown-cicero/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"outDir": "types",
77
"strict": false
88
},
9-
"include": ["index.js", "lib/**/*.js"]
9+
"include": ["index.js", "lib/**/*.js"],
10+
"exclude": ["lib/**/*.test.js", "lib/**/__tests__/**/*"]
1011
}

0 commit comments

Comments
 (0)