Skip to content

Commit 44bf931

Browse files
committed
Make strict null check automatic
1 parent 5d65066 commit 44bf931

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.vscode/tasks.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"base": "$tsc-watch",
4141
"owner": "typescript-strict-null",
4242
"applyTo": "allDocuments"
43+
},
44+
"runOptions": {
45+
"runOn": "folderOpen"
4346
}
4447
},
4548
{

0 commit comments

Comments
 (0)