Skip to content

Commit 007b8e2

Browse files
committed
wip
1 parent 0f172a4 commit 007b8e2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2-
"extends": "../tsconfig.json",
3-
"exclude": ["../src/**/*.test.ts"]
4-
}
2+
"extends": "../tsconfig.json",
3+
"exclude": ["../src/**/*.test.ts", "../tests/**/*.ts"],
4+
"compilerOptions": {
5+
"rootDir": "../src"
6+
}
7+
}

0 commit comments

Comments
 (0)