Skip to content

Commit d289740

Browse files
committed
Fix building tests
1 parent dc2041d commit d289740

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"extends": "../../../tsconfig.base.json",
3+
"compilerOptions": {
4+
"rootDir": "src",
5+
"noEmit": true,
6+
"baseUrl": "./",
7+
"esModuleInterop": true,
8+
"skipLibCheck": true,
9+
"sourceMap": true
10+
},
11+
"include": ["src"],
12+
"references": [
13+
{
14+
"path": "../"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)