Skip to content

Commit f565366

Browse files
committed
Enable alwaysStrict for src
1 parent 4db9fc6 commit f565366

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"noImplicitReturns": true,
1313
"noUnusedLocals": true,
1414
"noImplicitThis": true,
15+
"alwaysStrict": true,
1516
"baseUrl": ".",
1617
"outDir": "../out",
1718
"typeRoots": [

0 commit comments

Comments
 (0)