Skip to content

Commit 734e486

Browse files
authored
chore: update TSTyche to v7 (#1896)
1 parent c8fb40f commit 734e486

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"rulesync": "^6.2.0",
6868
"terser": "^5.46.0",
6969
"ts-patch": "^3.3.0",
70-
"tstyche": "^6.2.0",
70+
"tstyche": "7.0.0-rc.0",
7171
"typescript": "^5.9.3",
7272
"vite": "^7.3.1",
7373
"vite-tsconfig-paths": "^6.0.5",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tstyche.config.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

tstyche.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"$schema": "./node_modules/tstyche/schemas/config.json",
3+
"testFileMatch": [
4+
"packages/*/dtslint/**/*.tst.*"
5+
],
6+
"tsconfig": "baseline"
7+
}

0 commit comments

Comments
 (0)