Skip to content

Commit 7c10ba9

Browse files
committed
fix(config/tsconfig): remove relative paths in tsconfig
1 parent 067521f commit 7c10ba9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/config/tsconfig.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"compilerOptions": {
33
"alwaysStrict": true,
4-
"baseUrl": "./",
54
"declaration": true,
65
"esModuleInterop": true,
76
"importHelpers": true,
@@ -15,7 +14,6 @@
1514
"noImplicitThis": true,
1615
"noUnusedLocals": true,
1716
"noUnusedParameters": true,
18-
"rootDir": "./",
1917
"sourceMap": true,
2018
"strict": true,
2119
"strictFunctionTypes": true,

0 commit comments

Comments
 (0)