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