summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoriulianOnofrei (U-lee-aan) <[email protected]>2024-01-19 21:14:58 +0200
committerGitHub <[email protected]>2024-01-19 21:14:58 +0200
commitf4debcda6ba26922cb125526a1c3be0a53cf05c2 (patch)
tree7ed243016aedfe6507ff00ee98a2b58cf33c0170
parente60294b9506f44c407b214f2a4c20f22f1b9bec6 (diff)
downloadai-pulse-obsidian-plugin-f4debcda6ba26922cb125526a1c3be0a53cf05c2.tar.gz
ai-pulse-obsidian-plugin-f4debcda6ba26922cb125526a1c3be0a53cf05c2.zip
Fix inconsistent indentation
-rw-r--r--tsconfig.json2
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",