mirror of
https://github.com/alberti42/obsidian-import-attachments-plus.git
synced 2026-07-22 10:10:24 +00:00
small changes
This commit is contained in:
parent
6a672ee21e
commit
50c732e008
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"inlineSourceMap": true,
|
||||
"inlineSources": true,
|
||||
"module": "ESNext", // or "CommonJS" if you are targeting Node.js
|
||||
"target": "ES2020", // Modern target for better browser support
|
||||
"target": "ES2022", // Modern target for better browser support
|
||||
"allowJs": true,
|
||||
"noImplicitAny": true,
|
||||
"moduleResolution": "node",
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
"strict": true, // Enforces strict type checking options
|
||||
"lib": [
|
||||
"DOM",
|
||||
"ES2020"
|
||||
"ES2022"
|
||||
],
|
||||
//"jsx": "react-jsx", // Required by React
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue