Skip to content
This repository was archived by the owner on Jun 5, 2021. It is now read-only.

Commit 904c581

Browse files
committed
Make default tsconfig.json stricter
1 parent d0069ba commit 904c581

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

internal/ts_library/default_tsconfig.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"moduleResolution": "node",
66
"declaration": true,
77
"strict": true,
8+
"noImplicitAny": true,
9+
"strictNullChecks": true,
10+
"strictFunctionTypes": true,
11+
"strictPropertyInitialization": true,
12+
"noImplicitThis": true,
13+
"alwaysStrict": true,
814
"jsx": "react",
915
"allowSyntheticDefaultImports": true
1016
}

0 commit comments

Comments
 (0)