Skip to content

Commit 641fbe1

Browse files
committedAug 31, 2021
chore: update tsconfig.json
1 parent 8df6245 commit 641fbe1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed
 

‎tsconfig.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": "./lib",
3+
"baseUrl": ".",
44
"target": "es5",
55
"lib": [
66
"es2015",
@@ -24,10 +24,5 @@
2424
"strictNullChecks": true,
2525
"suppressImplicitAnyIndexErrors": true,
2626
"noUnusedLocals": true
27-
},
28-
"exclude": [
29-
"node_modules",
30-
".bin",
31-
"lib"
32-
]
27+
}
3328
}

0 commit comments

Comments
 (0)
Please sign in to comment.