mirror of
https://github.com/jheddings/obsidian-folderize.git
synced 2026-07-22 07:01:54 +00:00
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
17 lines
420 B
JSON
17 lines
420 B
JSON
{
|
|
"compilerOptions": {
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES6",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "bundler",
|
|
"importHelpers": true,
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"types": ["node"],
|
|
"lib": ["DOM", "ES6"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|