Skip to content

Commit

Permalink
fix(tsconfig): correct the generating content
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Sep 18, 2023
1 parent 5762e1a commit d9c91f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/pink-mugs-cheat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@git-validator/tsconfig": patch
---

fix(tsconfig): correct the generating content
2 changes: 1 addition & 1 deletion packages/tsconfig/src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import process from "node:process";
import { Command } from "commander";

const generatingTsconfigContent = `{
"extends": "@zanminkian/tsconfig",
"extends": "@git-validator/tsconfig",
"include": ["src"],
"exclude": ["**/*.spec.?s", "**/*.test.?s"],
"compilerOptions": {
Expand Down

0 comments on commit d9c91f3

Please sign in to comment.