mirror of
https://github.com/sstallion/obsidian-command-line.git
synced 2026-07-22 05:42:07 +00:00
9 lines
238 B
JSON
9 lines
238 B
JSON
{
|
|
"extends": "@tsconfig/node20/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowUmdGlobalAccess": true,
|
|
"exactOptionalPropertyTypes": true,
|
|
"lib": ["dom", "dom.iterable", "es2023"]
|
|
},
|
|
"include": ["src/**/*", "tests/**/*"]
|
|
}
|