Skip to content

Commit 352bab8

Browse files
committed
Remove baseUrl option from auth-syncserver package and fix types
1 parent f565025 commit 352bab8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4-
"baseUrl": "src",
54
"outDir": "dist",
6-
"rootDir": "src",
5+
"rootDir": "src"
76
},
8-
"include": [
9-
"src",
10-
"@types"
11-
]
12-
}
7+
"include": ["src", "@types"]
8+
}

0 commit comments

Comments
 (0)