Skip to content

Commit

Permalink
fix typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Oct 18, 2024
1 parent f30b9a1 commit 370470d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages-internal/scripts/tsconfig.typecheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"noEmit": true
},
"include": ["./**/*.ts"],
"exclude": ["./build", "./node_modules"],
"exclude": ["./build", "./node_modules", "vitest.config.ts"],
"references": [{ "path": "../../packages-internal/docs-utils/tsconfig.build.json" }]
}
2 changes: 1 addition & 1 deletion packages/api-docs-builder-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"types": ["node", "mocha"]
},
"include": ["./**/*.ts", "./**/*.js"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "vitest.config.ts"]
}

0 comments on commit 370470d

Please sign in to comment.