Skip to content

Commit c1f29a9

Browse files
committed
fix: enable strict in tsconfig.types.json
1 parent 94431f8 commit c1f29a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.types.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4+
"strict": true,
45
"declaration": true,
56
"emitDeclarationOnly": true
67
}

0 commit comments

Comments
 (0)