Skip to content

Commit 9be0b2b

Browse files
Add rootDir to tsconfig (#535)
1 parent d4c88fd commit 9be0b2b

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
@@ -10,5 +10,6 @@
1010
"declaration": true,
1111
"noUnusedLocals": true,
1212
"noUnusedParameters": true,
13+
"rootDir": "./src",
1314
},
1415
}

0 commit comments

Comments
 (0)