Skip to content

Commit 6d9ad93

Browse files
committed
Update rootDir to "./src" in tsconfig.json
1 parent 8b48610 commit 6d9ad93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"skipLibCheck": true,
88
"sourceMap": true,
99
"outDir": "./dist",
10-
"rootDir": ".",
10+
"rootDir": "./src",
1111
"moduleResolution": "nodenext",
1212
"removeComments": true,
1313
"noImplicitAny": false,

0 commit comments

Comments
 (0)