Skip to content

Commit 6479baf

Browse files
committed
fix tsconfig in noise
1 parent 35ff65f commit 6479baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": "../../tsconfig.base.json",
3-
"include": ["src/**/*", "tests/**/*", "vitest.config.ts", "build.config.ts"],
3+
"include": ["src/**/*", "tests/**/*"],
44
"exclude": ["node_modules", "dist"]
55
}

0 commit comments

Comments
 (0)