Skip to content

Commit baedfce

Browse files
committed
fixup! fixup! chore: cleanup package and dependencies, add null checks, bump build target
1 parent 9144c80 commit baedfce

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
{
22
"compilerOptions": {
33
"target": "es6",
4-
"noImplicitAny": true,
54
"noImplicitReturns": true,
6-
"noImplicitThis": true,
75
"noUnusedLocals": true,
86
"noUnusedParameters": true,
97
"suppressImplicitAnyIndexErrors": true,
10-
"strictNullChecks": true,
11-
"strictFunctionTypes": true,
12-
"strictPropertyInitialization": true,
13-
"alwaysStrict": true,
8+
"strict": true,
149
"lib": ["es6", "dom"],
1510
"module": "commonjs",
1611
"moduleResolution": "node",

0 commit comments

Comments
 (0)