mirror of
https://github.com/selectstarfromusers/obsidian-task-manager.git
synced 2026-07-22 14:00:23 +00:00
Board and Focus view modes with customizable buckets, secondary grouping by any frontmatter property, inline #task tracking from notes with bidirectional sync, drag-and-drop, completion animations, ARIA accessibility, and mobile-friendly touch targets. Co-authored-by: Isaac
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES2020",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"strictNullChecks": true,
|
|
"lib": ["DOM", "ES2020"],
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|