mirror of
https://github.com/mnaoumov/obsidian-smart-rename.git
synced 2026-07-22 07:40:32 +00:00
chore: sort tsconfig types
This commit is contained in:
parent
af36f25538
commit
22df427b44
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@
|
|||
"target": "es2022",
|
||||
"skipLibCheck": true,
|
||||
"types": [
|
||||
"@obsidian-typings/obsidian-public-latest",
|
||||
"@total-typescript/ts-reset",
|
||||
"node",
|
||||
"@obsidian-typings/obsidian-public-latest"
|
||||
"node"
|
||||
],
|
||||
"verbatimModuleSyntax": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue