diff options
| author | Johannes Theiner <[email protected]> | 2024-07-31 22:06:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-31 22:06:34 +0200 |
| commit | bfa01456443a04973ccd13d6396e4801883ca362 (patch) | |
| tree | e59d49cd2498f873f8d7dd8a1c13847f1edee8cd | |
| parent | 893e489e84ba3bdc65ed5c8d5ff9115fe5827908 (diff) | |
| parent | f4debcda6ba26922cb125526a1c3be0a53cf05c2 (diff) | |
| download | ai-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.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", |
