mirror of
https://github.com/forketyfork/obsidian-youtrack-fetcher.git
synced 2026-07-22 05:46:13 +00:00
10 lines
153 B
JSON
10 lines
153 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "6.0",
|
|
"rootDir": "."
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
}
|