Skip to content

Commit 199f6fb

Browse files
committed
chore: update the tsconfig.json for common
1 parent ba8b35f commit 199f6fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/common/tsconfig.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
"preserveConstEnums": true,
88
"sourceMap": false,
99
"outDir": "./esm",
10-
"rootDir": ".",
10+
"rootDir": "./src",
1111
"paths": {
1212
"@test/*": ["../../test/*"]
1313
}
1414
},
15-
"include": ["./src"]
15+
"include": ["./src"],
16+
"exclude": ["src/**/__tests__/*"]
1617
}

0 commit comments

Comments
 (0)