diff options
| author | lishid <[email protected]> | 2022-06-24 15:40:37 -0400 |
|---|---|---|
| committer | lishid <[email protected]> | 2022-06-24 15:41:39 -0400 |
| commit | 04432b2ebf316a3b14e167e7c4088516a362bbe7 (patch) | |
| tree | a34d7d03f460c3bd2fd8b88a23722e65294ab903 /tsconfig.json | |
| parent | 00967d9040ddd801dde1e515aa58d5e7cb488bc4 (diff) | |
| download | ai-pulse-obsidian-plugin-04432b2ebf316a3b14e167e7c4088516a362bbe7.tar.gz ai-pulse-obsidian-plugin-04432b2ebf316a3b14e167e7c4088516a362bbe7.zip | |
Upgrade dependencies, add strictNullChecks.
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 1383e2f..2d6fbdf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,6 +10,7 @@ "moduleResolution": "node", "importHelpers": true, "isolatedModules": true, + "strictNullChecks": true, "lib": [ "DOM", "ES5", |
