mirror of
https://github.com/jacobtread/obsidian-timekeep.git
synced 2026-07-22 10:10:27 +00:00
fix: tsconfig for parsing
This commit is contained in:
parent
8859d148e1
commit
cdfd8053fd
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@
|
|||
"lib": ["DOM", "ES5", "ES6"],
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@/*": ["src/*"]
|
||||
},
|
||||
"esModuleInterop": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": ["src/**/*", "types/**/*"],
|
||||
"include": ["src/**/*", "types/**/*"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue