Skip to content

Commit 0463221

Browse files
committed
style: fix formatting and update tsconfig include paths
1 parent c0a03fa commit 0463221

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@/*": ["./src/*"]
1313
}
1414
},
15-
"include": ["src", "tests", "vitest.setup.ts", "vitest.config.ts"],
15+
"include": ["src", "tests", "vitest.config.ts", "vitest.global.ts", "vitest.setup.ts"],
1616
"exclude": ["node_modules"]
1717
}

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default defineConfig({
1717
threads: {
1818
maxThreads: 1,
1919
minThreads: 1,
20-
}
20+
},
2121
},
2222
},
2323
})

0 commit comments

Comments
 (0)