summaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorJohannes Theiner <[email protected]>2025-11-14 14:28:33 +0100
committerJohannes Theiner <[email protected]>2025-11-14 14:28:33 +0100
commit123fc4a8705c066132693de3ec0024800b2a595f (patch)
treedfcfc638d2a932047e32916684cf1070e6bb9ae2 /tsconfig.json
parent0eca98addaa1600d4481954afcb1172837cef8e3 (diff)
downloadai-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.json1
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",