Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit 8b7d710

Browse files
committed
chore: clean up, add type tests
1 parent 1ac5fde commit 8b7d710

File tree

8 files changed

+43
-4259
lines changed

8 files changed

+43
-4259
lines changed

packages/openapi-parser/tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"include": ["src"],
4-
"exclude": ["node_modules", "dist", "test", "**/*.test.ts"],
4+
"exclude": ["node_modules", "dist", "test", "**/*.test.ts", "**/*.test-d.ts"],
55
"compilerOptions": {
66
"skipLibCheck": true,
77
"declaration": true,

packages/openapi-types/schemas/README.md

-9
This file was deleted.

0 commit comments

Comments
 (0)