Skip to content

Commit 6f6c045

Browse files
committed
build: add rootDir option to tsconfig.json
Signed-off-by: Jonah Snider <jonah@jonahsnider.com>
1 parent 27a40de commit 6f6c045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"noUnusedLocals": false,
88
"noUnusedParameters": false,
99
"outDir": "dist",
10-
"resolveJsonModule": true
10+
"resolveJsonModule": true,
11+
"rootDir": "./src"
1112
},
1213
"exclude": ["node_modules", "coverage", "src/**/*.test.ts"],
1314
"extends": ["@tsconfig/strictest", "@tsconfig/node24"],

0 commit comments

Comments
 (0)