Skip to content

Commit 067521f

Browse files
committed
feat(config/tsconfig): add 'rootDir'
1 parent c6e2b91 commit 067521f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"noImplicitThis": true,
1616
"noUnusedLocals": true,
1717
"noUnusedParameters": true,
18+
"rootDir": "./",
1819
"sourceMap": true,
1920
"strict": true,
2021
"strictFunctionTypes": true,

0 commit comments

Comments
 (0)