mirror of
https://github.com/sonophage/stardust-importer.git
synced 2026-07-22 07:48:44 +00:00
Obsidian plugin that pulls watched movies (Trakt) and full-album listens (Last.fm) into notes via your own Templater templates. Renamed and generalized from the personal harker-importer. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"inlineSourceMap": true,
|
|
"inlineSources": true,
|
|
"module": "ESNext",
|
|
"target": "ES2020",
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"moduleResolution": "node",
|
|
"importHelpers": true,
|
|
"isolatedModules": true,
|
|
"strictNullChecks": true,
|
|
"skipLibCheck": true,
|
|
"lib": ["DOM", "ES2020"]
|
|
},
|
|
"include": ["src/**/*.ts", "main.ts"]
|
|
}
|