Skip to content

Commit 25d306f

Browse files
authored
fix: use custom tsconfig to avoid projects picking it up (#2)
1 parent 5171b72 commit 25d306f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"lint:fix": "pnpm lint --fix",
99
"format": "prettier --ignore-path .gitignore --check .",
1010
"format:fix": "pnpm format --write",
11-
"test:self": "tsx ecosystem-ci.ts _selftest",
12-
"test": "tsx ecosystem-ci.ts",
13-
"bisect": "tsx ecosystem-ci.ts bisect"
11+
"test:self": "tsx --tsconfig ./tsconfig.custom.json ecosystem-ci.ts _selftest",
12+
"test": "tsx --tsconfig ./tsconfig.custom.json ecosystem-ci.ts",
13+
"bisect": "tsx --tsconfig ./tsconfig.custom.json ecosystem-ci.ts bisect"
1414
},
1515
"simple-git-hooks": {
1616
"pre-commit": "pnpm exec lint-staged --concurrent false"

tsconfig.json tsconfig.custom.json

File renamed without changes.

0 commit comments

Comments
 (0)