Skip to content

Commit 54bd159

Browse files
committed
chore(types): tsconfig.json
1 parent 4280e7a commit 54bd159

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"extends": "../../../tsconfig.json",
33
"compilerOptions": {
4-
"noEmit": true
4+
"strict": true,
5+
"noEmit": true,
6+
"outDir": "./lib",
7+
"noImplicitAny": true
58
},
69
"include": ["./src"]
710
}

0 commit comments

Comments
 (0)