Skip to content

Commit 1acca87

Browse files
fix: tsconfig root dir.
1 parent a7869e4 commit 1acca87

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"rootDir": ".",
3+
"rootDir": "src",
44
"module": "NodeNext",
55
"moduleResolution": "NodeNext",
66
"declaration": true,

tsconfig.test.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4+
"rootDir": ".",
45
"noEmit": true,
56
"types": ["node"],
67
"jsx": "preserve"

0 commit comments

Comments
 (0)