Skip to content

Commit 5f20c21

Browse files
committed
🚨 Fix typecheck: include vitest.bs.config.ts in
tsconfig.scripts.json
1 parent 8b82eb9 commit 5f20c21

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

‎tsconfig.default.json‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"**/webpack.*",
1717
"scripts",
1818
"test/envUtils.ts",
19+
"test/unit/browsers.conf.ts",
20+
"vitest.bs.config.ts",
1921

2022
// Files included in ./test/e2e/tsconfig.json
2123
"test/e2e",

‎tsconfig.scripts.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"checkJs": false,
1616
"allowImportingTsExtensions": true
1717
},
18-
"include": ["scripts", "**/webpack.*.mts", "test/envUtils.ts"]
18+
"include": ["scripts", "**/webpack.*.mts", "test/envUtils.ts", "test/unit/browsers.conf.ts", "vitest.bs.config.ts"]
1919
}

0 commit comments

Comments
 (0)