Skip to content

Commit 8704351

Browse files
committed
Update tsconfig.json
1 parent 6d82735 commit 8704351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"module": "NodeNext",
55
"moduleResolution": "NodeNext",
66
"outDir": "./dist",
7-
"rootDir": ".",
7+
"rootDir": "./src",
88
"strict": true,
99
"esModuleInterop": true,
1010
"skipLibCheck": true,
1111
"forceConsistentCasingInFileNames": true
1212
},
13-
"include": ["src/**/*", "jest.config.js", "jest.setup.ts"],
13+
"include": ["src/**/*"],
1414
"exclude": ["node_modules", "dist", "tests"]
1515
}

0 commit comments

Comments
 (0)