diff options
| author | Johannes Theiner <[email protected]> | 2025-11-14 14:28:33 +0100 |
|---|---|---|
| committer | Johannes Theiner <[email protected]> | 2025-11-14 14:28:33 +0100 |
| commit | 123fc4a8705c066132693de3ec0024800b2a595f (patch) | |
| tree | dfcfc638d2a932047e32916684cf1070e6bb9ae2 /tsconfig.json | |
| parent | 0eca98addaa1600d4481954afcb1172837cef8e3 (diff) | |
| download | ai-pulse-obsidian-plugin-123fc4a8705c066132693de3ec0024800b2a595f.tar.gz ai-pulse-obsidian-plugin-123fc4a8705c066132693de3ec0024800b2a595f.zip | |
update eslint plugin version
remove builtin-modules external dependency
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 8a11ee1..222535d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,7 @@ "isolatedModules": true, "strictNullChecks": true, "strictBindCallApply": true, + "allowSyntheticDefaultImports": true, "useUnknownInCatchVariables": true, "lib": [ "DOM", |
