diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-14 21:05:47 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-14 21:11:30 +0100 |
| commit | c5204bca3d9d932eb249d8a8b5dfe3144160fdd9 (patch) | |
| tree | 9ae9f5b45451bfe1eba3a53a92414f9af2d2e152 /tsconfig.json | |
| parent | fe4c9492d28c8afcd2a999245865ce5f8a907203 (diff) | |
Installs MDX plugin
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 4f05f2f..0fe1bef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "$lib/*": ["./lib/*"], "$pages/*": ["./pages/*"], "$types/*": ["./types/*"] - } + }, + "strictNullChecks": true } } |
