Skip to content

Commit 8bf3e0f

Browse files
authored
Added rootDir property to tsconfig.json (#85)
2 parents ec772a5 + 7488a95 commit 8bf3e0f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"moduleResolution": "Node16",
1212
"inlineSourceMap": true,
1313
"outDir": "./dist",
14+
"rootDir": "./src",
1415
"declaration": false,
1516
"removeComments": false,
1617
"importHelpers": true,

0 commit comments

Comments
 (0)