mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 12:00:24 +00:00
chore(tsconfig): add explicit rootDir
This commit is contained in:
parent
8a2d7a05fb
commit
7c1f5894f8
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "bundler",
|
||||
"rootDir": ".",
|
||||
"target": "ES6",
|
||||
"noImplicitAny": true,
|
||||
"isolatedModules": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue