diff options
| author | iulianOnofrei (U-lee-aan) <[email protected]> | 2024-01-19 21:14:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-19 21:14:58 +0200 |
| commit | f4debcda6ba26922cb125526a1c3be0a53cf05c2 (patch) | |
| tree | 7ed243016aedfe6507ff00ee98a2b58cf33c0170 | |
| parent | e60294b9506f44c407b214f2a4c20f22f1b9bec6 (diff) | |
| download | ai-pulse-obsidian-plugin-f4debcda6ba26922cb125526a1c3be0a53cf05c2.tar.gz ai-pulse-obsidian-plugin-f4debcda6ba26922cb125526a1c3be0a53cf05c2.zip | |
Fix inconsistent indentation
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 2d6fbdf..c44b729 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "moduleResolution": "node", "importHelpers": true, "isolatedModules": true, - "strictNullChecks": true, + "strictNullChecks": true, "lib": [ "DOM", "ES5", |
