mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 05:41:39 +00:00
chore: sort tsconfig types
This commit is contained in:
parent
0885eab60e
commit
a0d4c2aaf5
1 changed files with 2 additions and 2 deletions
|
|
@ -20,9 +20,9 @@
|
|||
"skipLibCheck": true,
|
||||
"target": "es2022",
|
||||
"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