summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Theiner <[email protected]>2024-07-31 22:06:34 +0200
committerGitHub <[email protected]>2024-07-31 22:06:34 +0200
commitbfa01456443a04973ccd13d6396e4801883ca362 (patch)
treee59d49cd2498f873f8d7dd8a1c13847f1edee8cd
parent893e489e84ba3bdc65ed5c8d5ff9115fe5827908 (diff)
parentf4debcda6ba26922cb125526a1c3be0a53cf05c2 (diff)
downloadai-pulse-obsidian-plugin-bfa01456443a04973ccd13d6396e4801883ca362.tar.gz
ai-pulse-obsidian-plugin-bfa01456443a04973ccd13d6396e4801883ca362.zip
Merge pull request #91 from revolter/patch-1
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",